Skip to content

Instantly share code, notes, and snippets.

@alexcastillo
Created January 7, 2015 12:31
Show Gist options
  • Save alexcastillo/300c99620ad57dd5d340 to your computer and use it in GitHub Desktop.
Save alexcastillo/300c99620ad57dd5d340 to your computer and use it in GitHub Desktop.
AngularCSS - Route 1
$routeProvider
.when('/tickets', {
templateUrl: 'tickets/tickets.html',
controller: 'ticketsCtrl',
css: 'tickets/tickets.css'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment