Skip to content

Commit 1353391

Browse files
committed
Fix #4 - Safari download problem by pulling in fix from core palladio library
1 parent 2dda902 commit 1353391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tests"
2121
],
2222
"dependencies": {
23-
"palladio": "^1.2.4",
23+
"palladio": "^1.2.5",
2424
"palladio-timeline-component": "~1.0.2",
2525
"palladio-facet-component": "~1.1.0",
2626
"palladio-timespan-component": "~1.1.0",

js/controllers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ angular.module('palladio.controllers', ['palladio.services', 'palladio'])
7373
url : 'URL'
7474
};
7575

76-
$scope.version = "1.2.4";
76+
$scope.version = "1.2.5";
7777

7878
$scope.$watch(function(){ return $('#footer').html(); }, function(){
7979
$('*[data-toggle="tooltip"]').tooltip({container:'body'});

0 commit comments

Comments
 (0)