This commit is contained in:
Lorenzo Iovino 2016-01-31 00:17:35 +01:00
parent 962949fa2c
commit 5c54b5b624
4 changed files with 11 additions and 12 deletions

View file

@ -13,7 +13,7 @@ angular.module('your_app_name.controllers', [])
$scope.user.email="laura.rossi@email.it";
$scope.user.telephone="3477608470";
$scope.user.picture="img/laura.jpg";
$scope.user.score="15463";
$scope.user.score="2450";
$scope.takePicture = function(){
var cameraOptions = {
quality: 50,
@ -564,6 +564,7 @@ angular.module('your_app_name.controllers', [])
{
case "addticketwithphoto":
{
$scope.categoryTitle = "Aggiungi Un Biglietto";
break;
}
case "booking":