krescruz / angular-materialize

Angularjs directives for Materialize CSS Framework https://github.com/Dogfalo/materialize
MIT License
397 stars 129 forks source link

add ngDisabled support for material-select #191

Closed ndraiman closed 7 years ago

ndraiman commented 7 years ago

at the moment, using ngDisabled on material-select only updates if the ngModel changes. this is fixed by watching the ngDisabled attritbute and using initSelect() to reinitialize material-select

webbiesdk commented 7 years ago

I wanted to try the review feature, and you became my guinea pig.

ndraiman commented 7 years ago

added curly bracers, also fixed indentation to match rest of file.

webbiesdk commented 7 years ago

Perfect, thanks.