Insert and parse HTML into view using AngularJS
What I know is when I want to insert HTML into view, I use 'ng-bind-html'
or 'ng-bind-html-unsafe'.
What I don't know, is how to insert HTML and make Angular parse its content
i.e. if there is 'ng-repeat', I want Angular to parse it?
No comments:
Post a Comment