opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Issue with option directive generating 'undefined' JS error #232

Open asgeo1 opened 10 years ago

asgeo1 commented 10 years ago

I was finding that there was a undefined error on the $watch call, because the $interpolate was returning null. (i.e. no expression to interpolate).

This PR should fix that.