Created
January 7, 2015 12:35
-
-
Save alexcastillo/8f221a2e00e5dbee9c40 to your computer and use it in GitHub Desktop.
AngularCSS - Persist
This file contains 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
$routeProvider | |
.when('/page1', { | |
templateUrl: 'page1/page1.html', | |
controller: 'page1Ctrl', | |
css: { | |
href: 'page1/page1.css', | |
persist: true | |
} | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment