Skip to content

Commit

Permalink
Merge branch 'master' of personal:GladysProject/Gladys
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Feb 25, 2018
2 parents c4ca219 + 29c4ed0 commit 1fb2c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/js/app/device/chart.box.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

angular
.module('gladys')
.controller('ChartBoxCtrl', ChartBoxCtrlCtrl);
.controller('ChartBoxCtrl', ChartBoxCtrl);

ChartBoxCtrlCtrl.$inject = ['deviceService', 'boxService', '$scope'];
ChartBoxCtrl.$inject = ['deviceService', 'boxService', '$scope'];

function ChartBoxCtrlCtrl(deviceService, boxService, $scope) {
function ChartBoxCtrl(deviceService, boxService, $scope) {
/* jshint validthis: true */
var vm = this;

Expand Down Expand Up @@ -163,4 +163,4 @@
}

}
})();
})();

0 comments on commit 1fb2c41

Please sign in to comment.