Removed old unused notifications. Fixes template url for new notifications
This commit is contained in:
parent
898e5a12ef
commit
8974847f48
2 changed files with 1 additions and 13 deletions
|
|
@ -254,7 +254,7 @@ directive('notifications', function(notification, $compile) {
|
|||
return {
|
||||
restrict: 'A',
|
||||
scope: {},
|
||||
template: '<div ng-include="\'views/includes/notifications.html\'"></div>',
|
||||
templateUrl: 'views/includes/notifications.html',
|
||||
link: link,
|
||||
controller: ['$scope',
|
||||
function NotificationsCtrl($scope) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue