From 13533918bf834c353437868f51c97a7fe271f04f Mon Sep 17 00:00:00 2001 From: Ethan Jewett Date: Fri, 28 Oct 2016 12:10:42 -0500 Subject: [PATCH] Fix #4 - Safari download problem by pulling in fix from core palladio library --- bower.json | 2 +- js/controllers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index d4b69dc..14e994b 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,7 @@ "tests" ], "dependencies": { - "palladio": "^1.2.4", + "palladio": "^1.2.5", "palladio-timeline-component": "~1.0.2", "palladio-facet-component": "~1.1.0", "palladio-timespan-component": "~1.1.0", diff --git a/js/controllers.js b/js/controllers.js index ba54f7e..69977a3 100644 --- a/js/controllers.js +++ b/js/controllers.js @@ -73,7 +73,7 @@ angular.module('palladio.controllers', ['palladio.services', 'palladio']) url : 'URL' }; - $scope.version = "1.2.4"; + $scope.version = "1.2.5"; $scope.$watch(function(){ return $('#footer').html(); }, function(){ $('*[data-toggle="tooltip"]').tooltip({container:'body'});