Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created November 19, 2014 07:19
Show Gist options
  • Save KamilLelonek/4dfac98c45f521fc654b to your computer and use it in GitHub Desktop.
Save KamilLelonek/4dfac98c45f521fc654b to your computer and use it in GitHub Desktop.
UI-router paths
$stateProvider
.state 'anonymous',
abstract: true
resolve:
assetsPartials: ['AssetsPartialsLoader', (AssetsPartialsLoader) ->
AssetsPartialsLoader.load()
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment