Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

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

Open
romelgomez opened this issue May 5, 2016 · 0 comments
Open

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

romelgomez opened this issue May 5, 2016 · 0 comments

Comments

@romelgomez
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant