Created
January 7, 2015 12:36
-
-
Save alexcastillo/ce85d6d7c6bd7e3c4d01 to your computer and use it in GitHub Desktop.
AngularCSS - Bust Cache
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', | |
bustCache: true | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment