Skip to content

Commit

Permalink
Merge pull request #4 from DaoCloud/fix-initPage-stepError
Browse files Browse the repository at this point in the history
Fix #3 fix init page choose step bug
  • Loading branch information
congjiujiu committed Dec 8, 2016
2 parents 0212887 + 4b8e5e1 commit 10288c0
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 10288c0

Please sign in to comment.