mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(modal): Remove modal flicker, closes #1150
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
<div class="modal" ng-controller="ModalCtrl">
|
||||
<ion-header-bar>
|
||||
<h1 class="title">New Contact</h1>
|
||||
<button class="button button-positive" ng-click="hideModal()">Close</button>
|
||||
</ion-header-bar>
|
||||
<ion-content>
|
||||
<div class="padding">
|
||||
|
||||
Reference in New Issue
Block a user