Created
November 19, 2014 07:19
-
-
Save KamilLelonek/4dfac98c45f521fc654b to your computer and use it in GitHub Desktop.
UI-router paths
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
$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