angular-dart-ui

Results 1 issues of angular-dart-ui

Attributes declared in map of NgDirectives are ignored if 'children' is set as NgAnnotation.TRANSCLUDE_CHILDREN. E.g.: Dart code: ``` @NgDirective( children: NgAnnotation.TRANSCLUDE_CHILDREN, selector:'[test-transclude]', map: const { '.': '=>dot', 'test': '=>test' })...