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