Skip to content
Snippets Groups Projects
Commit 8243cde2 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Add missing ngInject directive for build

parent a501c83a
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ angular.module('cesium.es.subscription.controllers', ['cesium.es.services'])
;
function ViewSubscriptionsController($scope, $rootScope, csWot, UIUtils, ModalUtils, esSubscription) {
'ngInject';
$scope.popupData = {}; // need for the node popup
$scope.search = {
......@@ -220,6 +221,7 @@ function ViewSubscriptionsController($scope, $rootScope, csWot, UIUtils, ModalUt
function ModalEmailSubscriptionsController($scope, Modals, csSettings, esUser, csWot, parameters) {
'ngInject';
$scope.frequencies = [
{id: "daily", label: "daily"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment