X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmStatusPage%2FStatusPageServices.js;h=e895d8979caa77e01267cf254dc9d710abd343a8;hb=3e428367c1c1b99f23a467c73f5fcfcc02238514;hp=a37ceafb9a87051513662f2180d506888bbdbb8d;hpb=33893784c372afde13c6fd635640c4678524fe72;p=civicrm-core.git diff --git a/ang/crmStatusPage/StatusPageServices.js b/ang/crmStatusPage/StatusPageServices.js index a37ceafb9a..e895d8979c 100644 --- a/ang/crmStatusPage/StatusPageServices.js +++ b/ang/crmStatusPage/StatusPageServices.js @@ -1,12 +1,12 @@ (function(angular, $, _) { - angular.module('statuspage') + angular.module('crmStatusPage') .filter('trusted', function($sce){ return $sce.trustAsHtml; }) // Todo: abstract this into a generic crmUi directive? .directive('statuspagePopupMenu', function($timeout) { return { - templateUrl: '~/statuspage/SnoozeOptions.html', + templateUrl: '~/crmStatusPage/SnoozeOptions.html', transclude: true, link: function(scope, element, attr) {