Closed stevemacn closed 10 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?
Never-mind: I realize I probably should be using opened option rather than ng-show
When I have a modal dialog inside of
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?