stellar-deprecated / stellar-client

INACTIVE. Browser based client for stellard. This repository is inactive. It points to the stellard network, which is being replaced by stellar-core. Please refer to the replacement repository, interstellar-client, which points to the stellar-core network.
Other
306 stars 74 forks source link

Changed states names to work after recent ui-sref commit #1131

Closed bartekn closed 9 years ago

bartekn commented 9 years ago

Changed two states names to work after changes introduced in #1127:

diff --git a/app/states/login_v2.html b/app/states/login_v2.html
index ec7a232..2c7bcb5 100644
--- a/app/states/login_v2.html
+++ b/app/states/login_v2.html
@@ -44,10 +44,10 @@ <h1 class="title">Unlock Wallet <span class="login-back"><a href="#" ng-click="g
       </div>
       <div class="form-group">
         <div class="col-sm-offset-3 col-sm-6">
-          <span class="recovery-info"><a href="#/recovery-v2">Forgot password?</a></span>
+          <span class="recovery-info"><a ui-sref="recovery-v2">Forgot password?</a></span>
         </div>
         <div class="col-sm-offset-3 col-sm-6" ng-show="totpRequired">
-          <span class="recovery-info"><a href="#/lost-2fa-device">Lost your 2FA device?</a></span>
+          <span class="recovery-info"><a ui-sref="lost-2fa-device">Lost your 2FA device?</a></span>
         </div>
       </div>
     </form>
nullstyle commented 9 years ago

:+1: