From 16cbcb6b764ae984ee1f5c2ec30588f4c21225d2 Mon Sep 17 00:00:00 2001 From: ARC Date: Tue, 28 Apr 2015 15:35:38 -0400 Subject: Added pinch and zoom everywhere --- www/js/EventCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') 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, -- cgit v1.2.3