sachinchoolur / angular-trix

A rich WYSIWYG text editor directive for angularjs.
http://sachinchoolur.github.io/angular-trix/
MIT License
328 stars 62 forks source link

Nothing is initialize [SOLVED] #12

Closed yoannpicquenot closed 7 years ago

yoannpicquenot commented 8 years ago

Hello,

I'm want to use this impressive angular editor. So I installed angular-trix (with npm), included css and js files, and placed in my code, and finally loaded angularTrix module.

<trix-editor angular-trix ng-model="article.text"></trix-editor>

The problem is that I got this :

capture du 2016-05-18 00-03-29

Through the inspector I got this : <trix-editor angular-trix="" ng-model="article.text" class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty"></trix-editor>

Did I miss something to initialize ?

Thanks for considering my problem, and sorry for grammar mistakes if there are.

Yoann

yaoyonstudio commented 8 years ago

I got the same issue.

yaoyonstudio commented 8 years ago

just figure it out. miss the main lib.

add this and it's doing fine.