walnut_launchpad.html/js/directives/notificationDirective.js

6 lines
134 B
JavaScript

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