mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs($ionicModal): clearly note that .modal wrapper is required
Closes #1384. Just to avoid mistakes/questions like this http://forum.ionicframework.com/t/ionic-modal-not-animating/4196
This commit is contained in:
committed by
Andrew Joslin
parent
30a9da191a
commit
67ea34ae1d
2
js/angular/controller/scrollController.js
vendored
2
js/angular/controller/scrollController.js
vendored
@@ -165,8 +165,6 @@ function($scope, scrollViewOptions, $timeout, $window, $$scrollValueCache, $loca
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
|
||||
3
js/angular/service/modal.js
vendored
3
js/angular/service/modal.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user