angular-underscore icon indicating copy to clipboard operation
angular-underscore copied to clipboard

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

Open romelgomez opened this issue 8 years ago • 0 comments

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

romelgomez avatar May 05 '16 01:05 romelgomez