From d68cfe9371ac10c22034746ff146a6e631c954a9 Mon Sep 17 00:00:00 2001 From: Felquis Gimenes Date: Wed, 14 May 2014 11:43:17 -0300 Subject: [PATCH] Let clearly that `.modal` wrapper is required Just to avoid mistakes/questions like this http://forum.ionicframework.com/t/ionic-modal-not-animating/4196 --- js/angular/service/modal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/angular/service/modal.js b/js/angular/service/modal.js index ad5aa753750..b95ef007d3f 100644 --- a/js/angular/service/modal.js +++ b/js/angular/service/modal.js @@ -4,7 +4,8 @@ * @module ionic * @description * The Modal is a content pane that can go over the user's main view - * temporarily. Usually used for making a choice or editing an item. + * temporarily. Usually used for making a choice or editing an item. + * Note that you need to put the content of the modal inside a div with the class `modal`. * * @usage * ```html