Detailsseite angepasst, Liste angepasst, Liste klickbar gemacht
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<button class="button button-full" ng-click="downloadabbrechen()" ng-show="AbbrechenisVisible">
|
||||
Download abbrechen
|
||||
</button>
|
||||
<progress id="progressbar" max="721" value="{{ progressval }}"> </progress>
|
||||
<progress id="progressbar" max="152" value="{{ progressval }}"> </progress>
|
||||
<div id="progressbarlabel">{{ progressprozent }} %</div>
|
||||
<div id="currentfile">Aktuelle Datei: {{ currentfile }}</div>
|
||||
<p>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
// Controller of Contract List Page.
|
||||
appControllers.controller('imageDownloadCtrl', function ($scope, $stateParams, $mdBottomSheet, $timeout, $mdDialog, $cordovaFileTransfer, $cordovaFile, $state, pokedexDB) {
|
||||
|
||||
$scope.progressval = 0;
|
||||
$scope.progressval = 0;
|
||||
$scope.currentfile = '';
|
||||
$scope.progressprozent = 0;
|
||||
$scope.DownloadisVisible=true;
|
||||
|
||||
Reference in New Issue
Block a user