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.
I created directive, isolated scope has a bi-directional binding isOpen: '='. In html I didn't set is-open attribute, but do it in a click handler. In that case $compile:nonassign error is thrown.
Here the a simple plunk demonstrating the issue - plunk (error is in console)
For version 1.4.8 all works good - here the same plunk but for 1.4.8 version.
This can be fixed but making binding optional isOpen: '=?', but is this a bug in 1.4.9 or not?