Removes createProfile page. Fixes transition from splash to walletHome

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-12 12:19:57 -03:00
commit cb7c0bd19d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 46 additions and 71 deletions

View file

@ -30,8 +30,7 @@
<div id="mainSection">
<section ui-view="main"
ng-class="{
'main': index.hasProfile,
'main-dark': mainDark,
'main': index.hasProfile
}"></section>
</div>
</div>