main added

This commit is contained in:
arnaucode
2017-02-18 12:17:52 +01:00
parent 0ef2b84b13
commit b5f4ee6bc3
254 changed files with 33106 additions and 19 deletions

8
www/js/main.js Normal file
View File

@@ -0,0 +1,8 @@
angular.module('app.main', ['pascalprecht.translate'])
.controller('MainCtrl', function($scope, $http, $ionicModal, $timeout, $ionicLoading, $filter) {
});