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

Make attribute names unique in auto-generated DOM elements #6239

@40rn05lyv

Description

@40rn05lyv

Hi, I used typeahead module for my web application and got following error:

Controller 'ngModel', required by directive 'debounce', can't be found!

The reason is that typeahead generates <ul ... debounce="debounceUpdate">...</ul> and I use angular-debounce library (https://github.com/shahata/angular-debounce) that provides debounce directive.

I think it would be better if ui-bootstrap had unique attributes (uib-debounce, uib-assign-is-open, uib-move-in-progress), especially for auto-generated DOM elements.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions