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 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -