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>
111111
112112 $scope . form = [
113113 '*' ,
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+ }
115121 ] ;
116122
117123 $scope . decorator = 'bootstrap-decorator' ;
Original file line number Diff line number Diff line change 99 schema-validate ="form.schema ">
1010
1111 < 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 >
1313</ div >
You can’t perform that action at this time.
0 commit comments