Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same directive names conflict with angular-strap #29

Closed
genbit opened this issue Apr 30, 2014 · 0 comments
Closed

Same directive names conflict with angular-strap #29

genbit opened this issue Apr 30, 2014 · 0 comments

Comments

@genbit
Copy link
Contributor

genbit commented Apr 30, 2014

AngularStrap has the same directive "throttle" and it causes conflicts, because these functions uses different signature:

and from angular-strap:

.constant('throttle', function (func, wait, options) {

and from angular-media-player:

.factory('throttle', ['$timeout', function ($timeout) {
  return function (delay, no_trailing, callback, debounce_mode) {
@genbit genbit closed this as completed Apr 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant