Skip to content

Commit

Permalink
fix(tab): fix tab label name
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Apr 8, 2016
1 parent a7992de commit 2988f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/component/form/component.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
</md-subheader>
</div>
<md-tabs ng-if="0 < vm.tabs.length" md-dynamic-height md-border-bottom>
<md-tab ng-repeat="tab in vm.tabs track by $index" label="{{::tab.title}}">
<md-tab ng-repeat="tab in vm.tabs track by $index"
label="{{::tab.content.name}}">
<form ng-submit="vm.save(tab)"
role="form" layout="column" layout-padding novalidate>
<formly-form model="tab.content"
Expand Down

0 comments on commit 2988f3b

Please sign in to comment.