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
Post a Comment