diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-13 11:18:47 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-13 11:18:47 -0400 |
| commit | 3adb67a7032d14adc19e81a8cefab6baa0e1c328 (patch) | |
| tree | 15b87c2dcc611955acb5f845cd01fb30c0105b18 /www/js/EventCtrl.js | |
| parent | 68605618086911f2a6334265fca778fb3af48cc5 (diff) | |
reload event page on language change
Former-commit-id: b9e49939cf3178fa4f5938efc336236a49abf724
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 3aa4b6a2..59853c98 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -66,6 +66,11 @@ angular.module('zmApp.controllers') // initial code //--------------------------------------------------- + + $rootScope.$on("language-changed", function () { + NVRDataModel.log(">>>>>>>>>>>>>>> language changed"); + doRefresh(); + }); $scope.$on('$ionicView.afterEnter', function () { //console.log ("********* AFTER ENTER"); |
