diff --git a/templates/app/client/components/socket(socketio)/socket.service.js b/templates/app/client/components/socket(socketio)/socket.service.js index dda994b83..3e9dec2fd 100644 --- a/templates/app/client/components/socket(socketio)/socket.service.js +++ b/templates/app/client/components/socket(socketio)/socket.service.js @@ -1,5 +1,5 @@ 'use strict'; -import _ from 'lodash'; +import * as _ from 'lodash'; import angular from 'angular'; import io from 'socket.io-client';