scroll up when error occurs

This commit is contained in:
Javier 2016-01-29 15:21:42 -03:00
commit 308919a305
4 changed files with 20 additions and 9 deletions

View file

@ -395,7 +395,7 @@
<qr-scanner on-scan="home.onQrCodeScanned(data)"></qr-scanner>
</div>
</div>
<div class="box-notification m20t" ng-show="home.error" ng-click="home.resetError()">
<div class="box-notification m20t" id="notification" ng-show="home.error" ng-click="home.resetError()">
<span class="text-warning">
{{home.error|translate}}
</span>