Skip to content

Commit

Permalink
fix(client:socket.service): import lodash named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Aug 18, 2016
1 parent 5023093 commit 231e500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
import _ from 'lodash';
import * as _ from 'lodash';
import angular from 'angular';
import io from 'socket.io-client';

Expand Down

0 comments on commit 231e500

Please sign in to comment.