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

6
www/js/help.js Normal file
View File

@@ -0,0 +1,6 @@
angular.module('app.help', ['pascalprecht.translate'])
.controller('HelpCtrl', function($scope, $stateParams, $translate) {
console.log("help page");
});