Not sure I follow you. You can always find the <li> and add the property ng-repeat="data in datas | orderBy:sort " and those "ng-model" and then
You can always "$compile" a piece of the DOM to "activate" the angular magic "after". https://docs.angularjs.org/api/ng/service/$compile But I believe you will need to "bootstrap" angular on the page before attempting anything magic. https://docs.angularjs.org/guide/bootstrap Hope that helps. B. On Thursday, October 9, 2014 4:04:42 AM UTC-4, Jonathan Van Belle wrote: > > Hi, > I'm wondering if it's possible to load pure html web page, and after it, > use angular on it to make some greate stuff. > > Here is an example : http://jsfiddle.net/aewfwrLj/ > What i would like is something like this http://jsfiddle.net/5mpwj7Lu/1/ > . It's the same as preview but with plain old pure html. And on this html, > I would like to do something to say, hey, now use angular fun to do stuff. > > > Is it possible or is it plain to do it? > > thanks > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
