This commit is contained in:
arnaucode
2017-01-27 11:26:43 +01:00
parent 50b6529de7
commit d76ea5ca19
22 changed files with 248 additions and 162 deletions

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

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