Starting Angular FrontEnd

This commit is contained in:
achrafbenyounes
2014-12-15 18:43:22 +01:00
parent 0a647264d7
commit ffbedc1e02
14 changed files with 109 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
var indexCtrl = angular.module('indexCtrl', []);
indexCtrl.controller('IndexCtrl', ['$scope', function($scope) {
$scope.toto = "Achraf";
}]);