From 6fa29c170159e7bfbcaf7681cdfb52ba7f98cac0 Mon Sep 17 00:00:00 2001 From: ARC Date: Tue, 28 Apr 2015 11:26:57 -0400 Subject: Events navigation not works with a cool full screen mode and floating buttons --- www/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/controllers.js') diff --git a/www/js/controllers.js b/www/js/controllers.js index b590d436..75875f60 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1,5 +1,5 @@ -angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova' ]) +angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova', 'ng-mfb' ]) .controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) { $scope.openMenu = function () { -- cgit v1.2.3