walnut_launchpad.html/js/directives/notificationDirective.js

6 lines
117 B
JavaScript

app.directive('notificationDirective', function() {
return {
templateUrl: "_notification-widget.html"
};
});