feat(ng-if): an implementation of ng-if#317
Conversation
marclaval
commented
Dec 17, 2014
- adds ng-if to the directives module
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/. If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits. Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name. |
There was a problem hiding this comment.
Change this to setter
set condition(newValue) {...}
then delete the onChange method as it will not be needed. This will also be more efficient.
|
Thanks for the PR. Very nice work, which is appreciated! Please look at our comments and do some cleanup. |
|
Thanks for the review, I've updated the PR accordingly. Because of the removal of |
7b34bf1 to
af22d38
Compare
|
I think the best is to keep all the tests for a directive in a single file (i.e. use |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |