googlearchive / paper-dialog

A dialog à la Material Design
19 stars 16 forks source link

Dialog within ng-show displays itself in the bottom corner #28

Closed stevemacn closed 9 years ago

stevemacn commented 9 years ago

When I have a modal dialog inside of

<div ng-show="isConsent">

it displays in the bottom right-hand corner of my page. If I remove ng-show from the div it appears in the center. Any ideas about why this might be a problem?

stevemacn commented 9 years ago

Never-mind: I realize I probably should be using opened option rather than ng-show