markusslima / bootstrap-filestyle

jQuery customization of input html file for Bootstrap Twitter

Home Page:http://markusslima.github.io/bootstrap-filestyle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working inside an ng-repeat

declankelly170 opened this issue · comments

I am repeating using filestyle, and I need to create Id's at runtime, using a value from the controller (id="training{{training.code}}").
The Id is sent to your code as id="training{{training.code}}", and not the controller value (e.g. "training1_star").
The button click therefore doesn't work.
I'm using Angular 1.3.8, and can't upgrade.
Any ideas?

Example online?