arnoutaertgeerts
arnoutaertgeerts

Reputation: 2322

Angularjs bootstrap WYSIHTML5 editor

I'm having trouble getting this directive to work:

https://gist.github.com/joshkurz/3300629

I keep on getting the TypeError: Cannot call method 'setValue' of undefined error.

Here is my plunk: http://plnkr.co/edit/ezzDZy190ozvN1TQUt2d?p=preview

Upvotes: 0

Views: 4501

Answers (1)

Sebastien C.
Sebastien C.

Reputation: 2109

You need to include wysihtml5-0.3.0.min.js in your code

Upvotes: 2

Related Questions