generator-material-app
generator-material-app copied to clipboard
When creating a clientModelDoc the empty detail view is displayed
This is happening in new apiroutes. I don't know why. Maybe something related to this? 15990c6
Do you remember the close-upon-open bug? Now I know why.
It's because when you open a create dialog, then the detail state is open, so the state changed and $mdDialog.hide();
is called.
I didn't know much about this project then so I did what they talked in that issue. It comes out now the $mdDialog.hide();
is not wrong. Somewhere else, a stateChange happens and causes this.
So I think it's your old code causing this.
I will look into this
This bug is causing a seriously annoying thing. When I add a button to any create state in a create page. It cant transfer to that state, because last modal is not closed.