| Index: third_party/pkg/angular/lib/directive/ng_non_bindable.dart
|
| ===================================================================
|
| --- third_party/pkg/angular/lib/directive/ng_non_bindable.dart (revision 33054)
|
| +++ third_party/pkg/angular/lib/directive/ng_non_bindable.dart (working copy)
|
| @@ -16,9 +16,8 @@
|
| * attribute set on it, the `ng-bind` directive and the interpolation for
|
| * `{{b}}` are not processed because Angular will not process the `span` child
|
| * element. However, the `foo` attribute *will* be interpolated because it is
|
| - * not on a child node.
|
| + * not on a child node.
|
| */
|
| -@NgDirective(
|
| - selector: '[ng-non-bindable]',
|
| - children: NgAnnotation.IGNORE_CHILDREN)
|
| +@NgDirective(selector: '[ng-non-bindable]',
|
| + children: NgAnnotation.IGNORE_CHILDREN)
|
| class NgNonBindableDirective {}
|
|
|