Skip to content

Instantly share code, notes, and snippets.

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