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

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

@romelgomez

Description

@romelgomez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions