walnut_launchpad.html/js/directives/notification-directive.js
2017-08-15 10:14:27 -06:00

8 lines
186 B
JavaScript

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