Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#2942 from martinmcwhorter/master
Browse files Browse the repository at this point in the history
$setPristine() INgModelController
  • Loading branch information
basarat committed Oct 8, 2014
2 parents 887a87b + 76e1eb7 commit f24faa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angularjs/angular.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ declare module ng {
// Documentation states viewValue and modelValue to be a string but other
// types do work and it's common to use them.
$setViewValue(value: any): void;
$setPristine(): void;
$validate(): void;
$setTouched(): void;
$setUntouched(): void;
Expand Down

0 comments on commit f24faa8

Please sign in to comment.