fix(docs): change all directive references to use the normalized names

This commit is contained in:
Igor Minar
2012-04-06 16:35:17 -07:00
parent 7468bcb80b
commit 82d90a4096
54 changed files with 349 additions and 332 deletions

View File

@@ -9,10 +9,10 @@ Angular sets these CSS classes. It is up to your application to provide useful s
* `ng-invalid`, `ng-valid`
- **Usage:** angular applies this class to an input widget element if that element's input does
notpass validation. (see {@link api/angular.module.ng.$compileProvider.directive.input input} widget).
notpass validation. (see {@link api/angular.module.ng.$compileProvider.directive.input input} directive).
* `ng-pristine`, `ng-dirty`
- **Usage:** angular {@link api/angular.module.ng.$compileProvider.directive.input input} widget applies `ng-pristine` class
- **Usage:** angular {@link api/angular.module.ng.$compileProvider.directive.input input} directive applies `ng-pristine` class
to a new input widget element which did not have user interaction. Once the user interacts with
the input widget the class is changed to `ng-dirty`.