Ubuntu Pastebin

Paste from kelledge at Thu, 13 Oct 2016 17:25:38 +0000

Download as text
1
2
3
4
5
6
var lodash = require('lodash');

angular.module('app.vendor')
.factory('$lodash', function() {
  return lodash;
});
Download as text