angularjs - how to load the specific div class or id in to another html using anguarjs -
in jquery, possible load specific selector element in html using classes , id on load function
for example: $('#id').load("http://www.thisiswhyimbroke.com li:first .someclass")
is there way same in angular include i.e ng-include?
try this.. <div class="include-example" ng-class="template.class" ng-include="template.url">
Comments
Post a Comment