Skip to content

Instantly share code, notes, and snippets.

@alexcastillo
Created January 7, 2015 12:32
Show Gist options
  • Save alexcastillo/96688d97168dc70316b7 to your computer and use it in GitHub Desktop.
Save alexcastillo/96688d97168dc70316b7 to your computer and use it in GitHub Desktop.
AngularCSS - Directive 1
myApp.directive('itinerary', function () {
return {
restrict: 'E',
templateUrl: 'itinerary/itinerary.html',
css: 'itinerary/itinerary.css'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment