Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.
This repository was archived by the owner on May 24, 2023. It is now read-only.

TypeError: debounce is not a function #5

Description

@dman777

I installed with bower. I am able to successfully inject debounce into the environment...it has no complaints. But the function debounce itself is undefined.

      var fn = debounce(500, function(goal) {
        goal.collapsed = !goal.collapsed;
      });
angular.js:14110 TypeError: debounce is not a function
    at new <anonymous> (http://72.182.44.3:9000/app/goals-user/main.ctrl.js:12:16)
    at Object.instantiate (http://72.182.44.3:9000/bower_components/angular/angular.js:4777:14)
    at $controller (http://72.182.44.3:9000/bower_components/angular/angular.js:10533:28)
    at Object.link (http://72.182.44.3:9000/bower_components/angular-route/angular-route.js:1056:26)
    at http://72.182.44.3:9000/bower_components/angular/angular.js:1259:18

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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