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.
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.
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 :
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