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