diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-02 16:43:35 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-02 16:43:35 -0400 |
| commit | 3677b13a59fb77df778aff01d8e815150f6ec86b (patch) | |
| tree | 0b60009590d8b10d2849b04f8b8a9efbbcb124c8 /www/js/TimelineCtrl.js | |
| parent | 11fb620b9234b174aa232ec51a2555aec6dcb7dd (diff) | |
#209 and #215 - have fun
Former-commit-id: 4b8bd8773014a7f6d34b011494e6451ae15b326f
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index eb11f03d..1a2814e7 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -142,7 +142,9 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla $scope.event = ev; $ionicModal.fromTemplateUrl('templates/timeline-modal.html', { scope: $scope, // give ModalCtrl access to this scope - animation: 'slide-in-up' + animation: 'slide-in-up', + id:'analyze', + }) .then(function (modal) { $scope.modal = modal; |
