Created
August 8, 2013 05:34
-
-
Save davidpp/6181750 to your computer and use it in GitHub Desktop.
Using ui-router + ng-min + concat
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
| auth = | |
| name: "auth" | |
| url: "/auth" | |
| abstract: true | |
| # this isn't using the templateCache | |
| # templateUrl: "views/auth_layout.html" | |
| templateProvider: ($templateCache,$log) => | |
| $templateCache.get('views/auth.layout.html') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment