Skip to content

Commit 09b1f35

Browse files
committed
fix(service): fixes wrong warning message refering to $mix instead of mix
Fixes #178
1 parent 7ee7b9c commit 09b1f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RMModule.provider('restmod', [function() {
127127

128128
if(arguments.length > 1) {
129129
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.');
130+
$log.warn('Passing mixins and difinitions in the model method will be deprecated in restmod 1.2, use restmod.model().mix() instead.');
131131
}
132132

133133
return model;

0 commit comments

Comments
 (0)