actualitzant...

This commit is contained in:
arnaucode
2017-01-25 22:27:33 +01:00
parent 6e914b3ebe
commit 5f16f060c1
23 changed files with 1104 additions and 941 deletions

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

@@ -0,0 +1,5 @@
angular.module('app.main', ['pascalprecht.translate'])
.controller('MainCtrl', function($scope, $stateParams, $translate, $filter) {
});