diff options
| author | Misko Hevery | 2012-03-07 22:47:01 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2012-03-08 10:07:49 -0800 | 
| commit | 6a98c52c847ecc620118f3ccfdd66c3956c0fb01 (patch) | |
| tree | 722ac5c8f1a847ba62c242fb60f2bc1a417120f8 /src/widget/input.js | |
| parent | 6aa3cfc31b14bfe74d89030fb6c2d615e44f2845 (diff) | |
| download | angular.js-6a98c52c847ecc620118f3ccfdd66c3956c0fb01.tar.bz2 | |
chore(compiler): change default restriction to attribute only for directives
Diffstat (limited to 'src/widget/input.js')
| -rw-r--r-- | src/widget/input.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/widget/input.js b/src/widget/input.js index ecdb9d23..45d7d6a0 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -599,7 +599,7 @@ function checkboxInputType(scope, element, attr, ctrl) {  /** - * @ngdoc widget + * @ngdoc directive   * @name angular.module.ng.$compileProvider.directive.textarea   *   * @description @@ -623,7 +623,7 @@ function checkboxInputType(scope, element, attr, ctrl) {  /** - * @ngdoc widget + * @ngdoc directive   * @name angular.module.ng.$compileProvider.directive.input   *   * @description | 
