javascript - Embed external HTML page inside AngularJS -


is possible embed external html page inside of angularjs? instance if have page @ "localhost:8080/mypage/5533n", there easy way embed inside angular app?

i have graph/table want display, keep hitting lexer errors, , cors problems fixed. i'm using below code:

 <div class="slide-animate" ng-include="http://localhost:8080/#/notebook/2apht5yd2/paragraph/20150609-170553_989764970?asiframe"></div> 

seems missing ' here ng-include url.

ng-include="'http://localhost:8080/#/notebook/2apht5yd2/paragraph/20150609-170553_989764970?asiframe'" 

Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -