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 Mar 26, 2018. It is now read-only.
Noticed using generator version 0.9.5. From the Angular Docs:
Best Practice: Unless your template is very small, it's typically better to break it apart into its own HTML file and load it with the templateUrl option.
The location of the html file can be discussed, my assumption for now is to put it in the app/views/directives/ folder.
The text was updated successfully, but these errors were encountered:
The template is very small, <div></div>, 11 characters small. You can break it out into its own file if you want. When #277 lands then it'll be close to the same thing anyway.
Noticed using generator version
0.9.5
. From the Angular Docs:The location of the html file can be discussed, my assumption for now is to put it in the
app/views/directives/
folder.The text was updated successfully, but these errors were encountered: