walnut_launchpad.html/js/directives/notificationDirective.js
2017-08-11 13:21:35 -06:00

6 lines
117 B
JavaScript

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