angular-underscore
angular-underscore copied to clipboard
Underscore is undefined if I use inside a Directive $scope._
I get TypeError: $scope._ is not a function
console.log('_', _); defined
console.log('$window._', $window._); defined
console.log('$scope._',$scope._); undefined
angular-underscore 0.5.0