walnut_launchpad.html/js/directives/notificationDirective.js

6 lines
117 B
JavaScript
Raw Normal View History

2017-08-11 13:21:35 -06:00
app.directive('notificationDirective', function() {
return {
templateUrl: "_notification-widget.html"
};
});