updated sharePanel with width & height

This commit is contained in:
Torkel Ödegaard 2014-10-02 11:18:26 +02:00
parent eb28e63c08
commit 28c5fc48ee

View File

@ -68,6 +68,9 @@ function (angular, _) {
var baseUrl = 'http://localhost:3000';
$scope.shareUrl = baseUrl + '/dashboard/db/' + $routeParams.id + "?" + paramsArray.join('&') ;
paramsArray.push('width=1000');
paramsArray.push('height=500');
$scope.imageUrl = baseUrl + '/render/dashboard/solo/' + $routeParams.id + '?' + paramsArray.join('&') ;
$timeout(function() {