Browse Source

little fix in tab spaces

generic-ui
Gustavo Cortez 11 years ago
parent
commit
be497058fc
  1. 2
      public/js/controllers/index.js

2
public/js/controllers/index.js

@ -1,5 +1,5 @@
'use strict'; 'use strict';
angular.module('mystery.system').controller('IndexController', ['$scope', 'Global', function ($scope, Global) { angular.module('mystery.system').controller('IndexController', ['$scope', 'Global', function ($scope, Global) {
$scope.global = Global; $scope.global = Global;
}]); }]);
Loading…
Cancel
Save