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
I have issue when i am trying to push new item in scope.
When I try to push new item in scope, it will update the scope but UI doesn't change. so i change in directive if (model && element.is(':empty')) {..} to if (model) { and its working fine. so my question is that is there any problem to removing it or there is another way to do this?.
The text was updated successfully, but these errors were encountered:
I have issue when i am trying to push new item in scope.
When I try to push new item in scope, it will update the scope but UI doesn't change. so i change in directive
if (model && element.is(':empty')) {..}
toif (model) {
and its working fine. so my question is that is there any problem to removing it or there is another way to do this?.The text was updated successfully, but these errors were encountered: