Hi folks, I followed https://gist.github.com/vojtajina/3354046
In all-templates.html, I want to get html content page. For example, we have two files called one.html and two.html *where one.html:* <div>This is first template</div> <script type="text/ng-template" id="one.html"> *how to call one.html page?* </script> I tried <script type="text/ng-template" id="one.html" *src="one.html"* ></script> but not working load I am waiting for your response. Thank in advance! Best Regards, Adnan -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
