diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-17 19:15:16 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-17 19:15:16 -0500 |
| commit | 2b1feb9c21661532e51ba5d09755454b940d42f9 (patch) | |
| tree | 5d3ecc4204b35e769ce07bef20a837f9e530aa6a /www/js | |
| parent | bc284f2bf4b3abdbef509cdba48ef26569ccaa32 (diff) | |
#570 multi page - max 4
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MomentCtrl.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index a170fdc8..2fad6acf 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -442,6 +442,10 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ } + function processEvents(data, pages) { + + } + $scope.$on('$ionicView.beforeLeave', function() { NVRDataModel.debug ("Destroying masonry"); |
