Corey Kosloski

Results 203 comments of Corey Kosloski

Maybe this [link](https://github.com/angular-ui/bootstrap/issues/2373) will help you.

Did you take a look at #157? There is a branch with a proposed fix there (although it broke existing tests, but I never testing it with nested forms). Maybe...

I think the issue here is that you are using `vm.color` which isn't updated until you submit. If you are trying to change the color while the editable is open,...

Can you provide a plunkr or jsfiddle?

You have to remove the item that was added to the array when you click `add row`. There is an example in [editable-table](http://vitalets.github.io/angular-xeditable/#editable-table)

@bravility can this be closed now?

All you need to do is call a function on cancel that removes the last item in your list `$scope.movieCharacterModel.characters.splice(index, 1);`

This doesn't work correctly. Adding default then messes up the styling for ui-select, typeahead and ng-tags directives.

@alograg can you fix you request so that it works for all directives?

@alograg Here are the issues with ui-select and ng-tags With your changes: ![image](https://user-images.githubusercontent.com/13999559/29366395-894fff66-825f-11e7-9bab-6a8b997fc62a.png) ![image](https://user-images.githubusercontent.com/13999559/29366705-613235a2-8260-11e7-988a-acb8a1241394.png) Without: ![image](https://user-images.githubusercontent.com/13999559/29366685-4a5c9dc2-8260-11e7-8bbd-fff7a521ac38.png) ![image](https://user-images.githubusercontent.com/13999559/29366729-723a0d52-8260-11e7-9b31-0888d73b9791.png)