boutils 10 лет назад
Родитель
Сommit
e81bb2fcba
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      js/app.js

+ 2 - 1
js/app.js

@@ -1378,6 +1378,7 @@ app.controller('mainController', function($scope, $detection, $http, $mdSidenav,
 
   init();
 
+  /*
   $scope.toto = 'FB SA RAXCE';
   var templateUrl = $sce.getTrustedResourceUrl('html/emailTemplate.html');
 
@@ -1405,5 +1406,5 @@ app.controller('mainController', function($scope, $detection, $http, $mdSidenav,
       }, function() {
           // An error has occurred
       });
-
+  */
 });