We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e8c6b commit 93eea9eCopy full SHA for 93eea9e
1 file changed
templates/app/client/components/auth(auth)/router.decorator.js
@@ -1,5 +1,5 @@
1
'use strict';
2
-import _ from 'lodash';
+import * as _ from 'lodash';
3
4
export function routerDecorator($rootScope<% if(filters.ngroute) { %>, $location<% } if(filters.uirouter) { %>, $state<% } %>, Auth) {
5
'ngInject';
0 commit comments