Skip to content

Commit

Permalink
Fix #4 - Safari download problem by pulling in fix from core palladio…
Browse files Browse the repository at this point in the history
… library
  • Loading branch information
esjewett committed Oct 28, 2016
1 parent 2dda902 commit 1353391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'});
Expand Down

0 comments on commit 1353391

Please sign in to comment.