walnut_launchpad.html/js/directives/notification-directive.js

8 lines
186 B
JavaScript

app.directive('notificationDirective', function() {
return {
templateUrl: "templates/widgets/notification-widget.html",
controller: 'homeCtrl',
controllerAs: 'vm'
};
});