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
Passing mixins and difinitions in the model method will be deprecated in restmod 1.2, use restmod.model().$mix() instead., but when using .$mix I got an undefined error.
In dist/angular-restmod.js the $mix method in not present. Maybe there's need for a rebuild, but for people using this via bower it's a problem.
The text was updated successfully, but these errors were encountered:
In console there appears a warning with:
Passing mixins and difinitions in the model method will be deprecated in restmod 1.2, use restmod.model().$mix() instead.
, but when using.$mix
I got an undefined error.In
dist/angular-restmod.js
the$mix
method in not present. Maybe there's need for a rebuild, but for people using this via bower it's a problem.The text was updated successfully, but these errors were encountered: