Skip to content

Commit

Permalink
fix(core): fix submit button (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeach committed Apr 7, 2017
1 parent e5d2630 commit 30802a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ import {IComponentOptions, module} from 'angular';

export class SubmitButtonComponent implements IComponentOptions {
public bindings: any = {
onClick: '<',
onClick: '&',
isDisabled: '<',
isNew: '<',
submitting: '<',
Expand Down

0 comments on commit 30802a5

Please sign in to comment.