You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
@gkalpak Thanks! Will master branch become 1.4.1 release or is it safer to use g3_v1_4 branch instead of the current official 1.4.0 release? This issue is really annoying, because our tests can't find all places where it occurs in our templates, so I'd like to use some version that has it fixed while waiting for 1.4.1 release.
Here's an example to reproduce this issue: http://plnkr.co/edit/XJlfdY1B0gEuepxpgiku?p=preview
The controller has defined these properties:
and in the template the following expression is evaluated to true, even though it shouldn't:
Switching the order of conditions (i.e.
onScope.some.property && myCtrl.onThis
) surprisingly fixes this issue. It worked correctly in Angular 1.3.x.The text was updated successfully, but these errors were encountered: