diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-28 15:35:38 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-28 15:35:38 -0400 |
| commit | 16cbcb6b764ae984ee1f5c2ec30588f4c21225d2 (patch) | |
| tree | 36f892ecf4b92a46e75048a8f24eda1107a51c7a /www/js/EventCtrl.js | |
| parent | 1bbbb2078fe904a89455641968cb05fe3aa19a15 (diff) | |
Added pinch and zoom everywhere
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index c6eba07e..0f24cead 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -107,7 +107,7 @@ angular.module('zmApp.controllers').controller('zmApp.EventCtrl', function ($ion req.success(function (resp) { console.log("SUCCESS: " + JSON.stringify(resp)); - var str = toast_blurb + "Event:" + resp.status.event; + var str = toast_blurb + "event:" + resp.status.event; console.log(str); $ionicLoading.show({ template: str, |
