floydwch / angular-underscore

Underscore adapter for AngularJS
316 stars 86 forks source link

Underscore is undefined if I use inside a Directive $scope._ #26

Open romelgomez opened 8 years ago

romelgomez commented 8 years ago

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