boutils 10 năm trước cách đây
mục cha
commit
e81bb2fcba
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
       });
-
+  */
 });