File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
directives/decorators/bootstrap Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,13 @@ <h3>Model</h3>
111
111
112
112
$scope . form = [
113
113
'*' ,
114
- { type : 'submit' , title : 'Do It!' }
114
+ {
115
+ type : 'actions' ,
116
+ items : [
117
+ { type : 'submit' , title : 'Do It!' } ,
118
+ { type : 'button' , title : 'Noooooooooooo' }
119
+ ]
120
+ }
115
121
] ;
116
122
117
123
$scope . decorator = 'bootstrap-decorator' ;
Original file line number Diff line number Diff line change 9
9
schema-validate ="form.schema ">
10
10
11
11
< span class ="help-block " ng-show ="form.description && !hasError() "> {{form.description}} </ span >
12
- < span class ="help-block " ng-show ="hasError() "> {{schemaError}} {{ngModel.$error}} </ span >
12
+ < span class ="help-block " ng-show ="hasError() "> {{schemaError}}</ span >
13
13
</ div >
You can’t perform that action at this time.
0 commit comments