rename controllers and views

This commit is contained in:
Matias Alejo Garcia 2014-10-30 14:13:40 -03:00
commit 505ac5b5c6
6 changed files with 13 additions and 16 deletions

View file

@ -1,4 +1,4 @@
<div class="transactions" data-ng-controller="TransactionsController" data-ng-init="update()">
<div class="transactions" data-ng-controller="HistoryController" data-ng-init="update()">
<div ng-show='$root.wallet.isReady()'>
<h2 ng-show="wallet.isShared()">
<span translate>Transaction Proposals</span> <small>({{txs.length}})</small></h2>

View file

@ -1,6 +1,6 @@
<div class="addresses" ng-controller="AddressesController">
<div class="addresses" ng-controller="ReceiveController">
<div ng-show='$root.wallet.isReady()'>
<h1 class="hide-for-large-up">{{$root.title}}</h1>
<h1 translate class="hide-for-large-up">Receive</h1>
<div ng-show="!addresses[0]">
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
</div>