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