Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Setters, attach()/detach() is never called on components with null expression attributes #1284

Open
taisph opened this issue Jul 31, 2014 · 0 comments

Comments

@taisph
Copy link
Contributor

taisph commented Jul 31, 2014

Setters, attach()/detach() are never called on a component with an attribute that evaluates to null or an empty string, ie:

<mycomp id="{{null}}"></mycomp>
<mycomp id="{{''}}"></mycomp>

Valueless or empty string attributes (non-expression/mustached) does however trigger the methods.

Link to demonstration:
https://github.com/taisph/angular.dart-attach-test

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant