summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-02 16:36:34 -0400
committerARC <arjunrc@gmail.com>2015-05-02 16:36:34 -0400
commit3eb690e300d797433455c1fcbd9a769c15aa9d7c (patch)
treef366512aedac1bba31bf22e440edf49e7003bcf3 /www/js/controllers.js
parent9faf95be527b8b7c23e4ed4226c35bb771129f41 (diff)
Android Users Rejoice! Major updates: Android port works like a charm now. Integrated Crosswalk for good performance for Android phones, reworked Montage view to step around Chrome's problem of getting stuck in pending state for HTTP requests that don't close soon and more.
Diffstat (limited to 'www/js/controllers.js')
-rw-r--r--www/js/controllers.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js
index 75875f60..bb0e3208 100644
--- a/www/js/controllers.js
+++ b/www/js/controllers.js
@@ -1,6 +1,7 @@
angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova', 'ng-mfb' ])
+
.controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) {
$scope.openMenu = function () {
$ionicSideMenuDelegate.toggleLeft();