We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$mix
mix
1 parent 7ee7b9c commit 09b1f35Copy full SHA for 09b1f35
src/module.js
@@ -127,7 +127,7 @@ RMModule.provider('restmod', [function() {
127
128
if(arguments.length > 1) {
129
model.mix(arraySlice.call(arguments, 1));
130
- $log.warn('Passing mixins and difinitions in the model method will be deprecated in restmod 1.2, use restmod.model().$mix() instead.');
+ $log.warn('Passing mixins and difinitions in the model method will be deprecated in restmod 1.2, use restmod.model().mix() instead.');
131
}
132
133
return model;
0 commit comments