Gonçalo Marques

Results 3 comments of Gonçalo Marques

@jcb121 Why don't you just remove them with the `ChildNove.remove()` method? Like this: ``` $scope.throwout = function(eventName, eventObject) { eventObject.target.remove(); }; ```

@paulstraw Any update on this issue? I'm having an issue where I have repeatable input sections and when adding new select menus I can't bind fancySelect to them.