summaryrefslogtreecommitdiffstats
path: root/templates/importScreen.html
blob: 3559631b42b5c3bdc3e76effda96a5fc31dc3d78 (plain)
1
2
3
4
5
6
<div id="importscreen-wrapper" ng-show="ctrl.importing">
	<div id="importscreen-content">
		<h3 id="importscreen-title">{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}</h3>
		<progress id="importscreen-progress" max="100" value="{{ctrl.importPercent}}"></progress>
	</div>
</div>