Skip to content

Instantly share code, notes, and snippets.

@alexcastillo
Created January 7, 2015 12:36
Show Gist options
  • Save alexcastillo/ce85d6d7c6bd7e3c4d01 to your computer and use it in GitHub Desktop.
Save alexcastillo/ce85d6d7c6bd7e3c4d01 to your computer and use it in GitHub Desktop.
AngularCSS - Bust Cache
$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