I have a problem to use CKeditor.
First in the top I have this :
<textarea class="ckeditor" id="test"></textarea>
No problem I have a textarea with the buttons style (bold,underline,...) of ckeditor.
But I have the same texterea in a template :
<script type="text/ng-template".....
.....
<textarea class="ckeditor" id="test"></textarea>
.....
.....</script>
And I have a simple textarea... Do you know this problem ?