Created
April 29, 2017 19:41
-
-
Save aaronfrost/2bf246af9b9e8d59e7eb953f95a1e307 to your computer and use it in GitHub Desktop.
load template for ng-include
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ng-include templates | |
require('angulartemplate!./foo/bar/includedtemplate.html'); | |
require('angulartemplate!./foo/bar/anotherincludedtemplate.html'); | |
// and so on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment