From 3677b13a59fb77df778aff01d8e815150f6ec86b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 2 Apr 2016 16:43:35 -0400 Subject: #209 and #215 - have fun Former-commit-id: 4b8bd8773014a7f6d34b011494e6451ae15b326f --- www/js/TimelineCtrl.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/js/TimelineCtrl.js') 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; -- cgit v1.2.3