daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

Fix autofocus in mdEditDialog #304

Closed brunoalbano closed 8 years ago

brunoalbano commented 8 years ago

After Angular Material 1.0.4 the md-autofocus stoped to work in mdEditDialog.

daniel-nagy commented 8 years ago

Does $mdUtil.nextTick work?. Also, please use two spaces soft tabs.

brunoalbano commented 8 years ago

The $mdUtil.nextTick worked. I'm using Windows with Visual Studio, so there was some line break differences that I wasn't able to fix, sorry.