joaoneto / angular-bootstrap-select

DEPRECATED DON'T USE - Directive to wrap bootstrap-select
105 stars 81 forks source link

ngModel undefined #1

Closed pgodel closed 10 years ago

pgodel commented 10 years ago

I am using this in an application and I am getting the following error on line 27 of angular-bootstrap-select.js:

Cannot set property '$render' of undefined

It appears ngModel is undefined at the time this is ran. If I check for this and return upon undefined, everything works fine.

joaoneto commented 10 years ago

Solved in https://github.com/joaoneto/angular-bootstrap-select/pull/3 by @tkreis Applied in https://github.com/joaoneto/angular-bootstrap-select/pull/6 by @Shrugs