Skip to content

Commit

Permalink
fix(core/directives/ng_form): add $name property (#130)
Browse files Browse the repository at this point in the history
Closes #127
  • Loading branch information
pauljeter authored and Hotell committed Aug 28, 2016
1 parent cf2616c commit f2c28d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/directives/ng_form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export abstract class NgForm implements ng.IFormController {
$invalid: boolean;
$submitted: boolean;
$error: any;
$name: string;
$pending: any;

$addControl( control: angular.INgModelController ): void {}
Expand Down

0 comments on commit f2c28d0

Please sign in to comment.