vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Address #551 - editable-ui-select names must be unique across the application #552

Closed roblperry closed 8 years ago

roblperry commented 8 years ago

I have added two commits.

The first adds complexity to docs/demos/uiselect/view.html in order to recreate the issue described in #551 during automated testing.

The second addresses the issue described in #551.

ckosloski commented 8 years ago

Can you add your test case to dev-uiselect instead of the "normal" uiselect demo? Also, squash your commits. Do all the tests pass?

roblperry commented 8 years ago

Reimplemented test modifications in dev-uiselect. Squashed the commit. All tests pass.

eugef commented 8 years ago

@roblperry, thanks for your PR