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 was archived by the owner on Apr 12, 2024. It is now read-only.
The question I came to the page with was: how do I specify an in-page template for my directive? The answer is templateUrl: 'id_of_script_tag_here', which I found by outside examples and guessing. (I thought it would be template: 'id_of_script_tag_here'.)