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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -