From 488a03631eb69794fd158f3f0df34d936084aec4 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 9 Mar 2012 15:19:24 -0800 Subject: Mostly Revert "fix(docs): directive events + cleanup" This reverts commit 8fb34f008eca4d1e15e6fa63902aaa36d199c4af. --- src/directive/input.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/directive/input.js b/src/directive/input.js index 16d8f6c8..cccfb675 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 directive + * @ngdoc inputType * @name angular.module.ng.$compileProvider.directive.input.text * * @description @@ -73,7 +73,7 @@ var inputType = { /** - * @ngdoc directive + * @ngdoc inputType * @name angular.module.ng.$compileProvider.directive.input.number * * @description @@ -141,7 +141,7 @@ var inputType = { /** - * @ngdoc directive + * @ngdoc inputType * @name angular.module.ng.$compileProvider.directive.input.url * * @description @@ -206,7 +206,7 @@ var inputType = { /** - * @ngdoc directive + * @ngdoc inputType * @name angular.module.ng.$compileProvider.directive.input.email * * @description @@ -269,7 +269,7 @@ var inputType = { /** - * @ngdoc directive + * @ngdoc inputType * @name angular.module.ng.$compileProvider.directive.input.radio * * @description @@ -310,7 +310,7 @@ var inputType = { /** - * @ngdoc directive + * @ngdoc inputType * @name angular.module.ng.$compileProvider.directive.input.checkbox * * @description -- cgit v1.2.3