generator-material-app icon indicating copy to clipboard operation
generator-material-app copied to clipboard

When creating a clientModelDoc the empty detail view is displayed

Open michaelkrone opened this issue 8 years ago • 4 comments

michaelkrone avatar May 29 '16 19:05 michaelkrone

This is happening in new apiroutes. I don't know why. Maybe something related to this? 15990c6

Stupidism avatar May 30 '16 06:05 Stupidism

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.

Stupidism avatar May 30 '16 16:05 Stupidism

I will look into this

michaelkrone avatar May 30 '16 18:05 michaelkrone

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.

Stupidism avatar Jun 05 '16 11:06 Stupidism