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
Won't you need a isolated scope on your directive? It's using parent scope by default.
What if you need to use it on same controller?
Maybe just adding:
scope: { ngModel: '=' }
will suffice?
Won't you need a isolated scope on your directive? It's using parent scope by default.
What if you need to use it on same controller?
Maybe just adding:
scope: { ngModel: '=' }
will suffice?
@amitnavale
The text was updated successfully, but these errors were encountered: