You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
My page is a tree structure, which means there are some ng-include and embeded ng-include (ng-include in ng-include's html template)
This is what I tried:
<div><divng-include="card.html"></div></div><scripttype="text/ng-template" id=" 'card.html' "><div>This is a card</div></script>
in js:
letresult=ngEnviorment.$compile('<div><div ng-include="card.html"></div></div><script type="text/ng-template" id="card.html"><div>This is a card</div></script>')({name:"A Name"});
it doesn't work for now.
Is there a way to support ng-include?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to support ng-include?
My page is a tree structure, which means there are some ng-include and embeded ng-include (ng-include in ng-include's html template)
This is what I tried:
in js:
it doesn't work for now.
Is there a way to support ng-include?
Thanks
The text was updated successfully, but these errors were encountered: