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
Based on the if condition, the directive hides. So again if i enable the directive, then the object which is defined by the directive is available and not yet vanished.
So this issue has been raised. Now I have assigned the null object based on condition.
I think this repository is not maintained anymore. The problem is with scope.control, it is bidirectionally bound and unless you are clearing it from parent controller/directive anything won't work without some refactoring (not even clearing on $destroy). So, when you are hiding the accordion inside a ng-if, make sure you set your control reference to undefined when the ng-if check will resolve to false.
I am getting the following issue in the browser console.
Error: The
togglemethod can not be overwritten
Which scenario, this issue will occur. How to avoid?
The text was updated successfully, but these errors were encountered: