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
The directive below tries to call the angular function setter(obj, path, setValue) {...} but only passes two variables - setter($scope.row.entity,newVal);
Well, I figured it, it was because I had added JQuery after Angular in index.html, reversing the order fixes the issue. I shall leave this comment here , if it helps someone.
The directive below tries to call the angular function setter(obj, path, setValue) {...} but only passes two variables - setter($scope.row.entity,newVal);
The text was updated successfully, but these errors were encountered: