Skip to content

Instantly share code, notes, and snippets.

@Johan-ZeLearner
Created February 27, 2015 16:30
Show Gist options
  • Save Johan-ZeLearner/8f73d7f2363d1a673602 to your computer and use it in GitHub Desktop.
Save Johan-ZeLearner/8f73d7f2363d1a673602 to your computer and use it in GitHub Desktop.
navigation-item.js
angular.module("MonApplicationAngularJS")
.directive("navigationItem", function(){
return {
restrict: 'E',
templateUrl: 'navigation-item.html'
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment