Skip to content

Instantly share code, notes, and snippets.

@davidpp
Created August 8, 2013 05:34
Show Gist options
  • Select an option

  • Save davidpp/6181750 to your computer and use it in GitHub Desktop.

Select an option

Save davidpp/6181750 to your computer and use it in GitHub Desktop.
Using ui-router + ng-min + concat
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