1

I'm having some problems using the customSelect() jquery plugin with Angular. I'd like to reset my form, but unfortunately, while the angular stuff works, the custom select doesn't reflect the change to the select box.

To see this in action:

You'll see all the results show up again, but the select box still has the same value : (

Djave
  • 8,595
  • 8
  • 70
  • 124

1 Answers1

0

You need to convert your DropDown to a Directive! Check this thread, there is everything you need to get the done: AngularJS: How to run additional code after AngularJS has rendered a template?

Community
  • 1
  • 1
felipekm
  • 2,820
  • 5
  • 32
  • 42