diff options
| author | Misko Hevery | 2012-03-09 15:12:48 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-03-11 21:31:35 -0700 |
| commit | 3e5377f4f3b1d0f06af50e21026835bee0556b4a (patch) | |
| tree | 156df16f60ddf501df847050946d9ed0765967d2 /src/directive/ngBind.js | |
| parent | 488a03631eb69794fd158f3f0df34d936084aec4 (diff) | |
| download | angular.js-3e5377f4f3b1d0f06af50e21026835bee0556b4a.tar.bz2 | |
doc(fixes): to better support ng-directive notation
Diffstat (limited to 'src/directive/ngBind.js')
| -rw-r--r-- | src/directive/ngBind.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/directive/ngBind.js b/src/directive/ngBind.js index cf9b5688..cc80ac5a 100644 --- a/src/directive/ngBind.js +++ b/src/directive/ngBind.js @@ -158,6 +158,7 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) { /** * @ngdoc directive * @name angular.module.ng.$compileProvider.directive.ng-bind-attr + * @restrict A * * @description * The `ng-bind-attr` attribute specifies that a |
