app.directive('navmenu',[function(){ return { restrict: 'E', scope: {}, templateUrl: 'app/views/navmenu.html', controller: function($scope){ } } }])