diff options
| author | Igor Minar | 2012-03-08 16:19:56 -0800 | 
|---|---|---|
| committer | Igor Minar | 2012-03-08 22:29:35 -0800 | 
| commit | 8fb34f008eca4d1e15e6fa63902aaa36d199c4af (patch) | |
| tree | 92656daa4eb6c0b7648902ff40e779f9e0086e79 /src | |
| parent | 5d09a1efd3ff98fc2fbba2f8f64230704f4a5e96 (diff) | |
| download | angular.js-8fb34f008eca4d1e15e6fa63902aaa36d199c4af.tar.bz2 | |
fix(docs): directive events + cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/directive/input.js | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/src/directive/input.js b/src/directive/input.js index af446c6b..ae3fea1c 100644 --- a/src/directive/input.js +++ b/src/directive/input.js @@ -7,7 +7,7 @@ var NUMBER_REGEXP = /^\s*(\-|\+)?(\d+|(\d*(\.\d*)))\s*$/;  var inputType = {    /** -   * @ngdoc inputType +   * @ngdoc directive     * @name angular.module.ng.$compileProvider.directive.input.text     *     * @description @@ -73,7 +73,7 @@ var inputType = {    /** -   * @ngdoc inputType +   * @ngdoc directive     * @name angular.module.ng.$compileProvider.directive.input.number     *     * @description @@ -141,7 +141,7 @@ var inputType = {    /** -   * @ngdoc inputType +   * @ngdoc directive     * @name angular.module.ng.$compileProvider.directive.input.url     *     * @description @@ -206,7 +206,7 @@ var inputType = {    /** -   * @ngdoc inputType +   * @ngdoc directive     * @name angular.module.ng.$compileProvider.directive.input.email     *     * @description @@ -269,7 +269,7 @@ var inputType = {    /** -   * @ngdoc inputType +   * @ngdoc directive     * @name angular.module.ng.$compileProvider.directive.input.radio     *     * @description @@ -310,7 +310,7 @@ var inputType = {    /** -   * @ngdoc inputType +   * @ngdoc directive     * @name angular.module.ng.$compileProvider.directive.input.checkbox     *     * @description  | 
