Skip to content

Commit

Permalink
Fix #3 fix init page choose step bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cCong99 committed Dec 8, 2016
1 parent 0212887 commit 4b8e5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/src/app/components/init/init.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>
</dao-panel-step>
<dao-panel-step title="{{ '创建钱包' }}" is-successful="">
<dao-panel-step title="{{ '创建钱包' }}" is-successful="" is-locked="!$ctrl.selectedOrg">
<div class="dao-setting-layout" ng-if=" $ctrl.walletSet ">
<div class="dao-setting-layout-title">
<div class="dao-setting-title">
Expand Down Expand Up @@ -86,4 +86,4 @@
</div>
</dao-panel-step>
</dao-panel-multi-steps>
</section>
</section>

0 comments on commit 4b8e5e1

Please sign in to comment.