little fix in tab spaces

This commit is contained in:
Gustavo Cortez 2014-01-06 18:01:23 -03:00
parent 86e11424d8
commit be497058fc
1 changed files with 1 additions and 1 deletions

View File

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