mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(modal): add missing tic causing backdropClickToClose to not format properly. Closes #1533
This commit is contained in:
2
js/angular/service/modal.js
vendored
2
js/angular/service/modal.js
vendored
@@ -86,7 +86,7 @@ function($rootScope, $document, $compile, $timeout, $ionicPlatform, $ionicTempla
|
||||
* Default: 'slide-in-up'
|
||||
* - `{boolean=}` `focusFirstInput` Whether to autofocus the first input of
|
||||
* the modal when shown. Default: false.
|
||||
* - `{boolean=} `backdropClickToClose` Whether to close the modal on clicking the backdrop.
|
||||
* - `{boolean=}` `backdropClickToClose` Whether to close the modal on clicking the backdrop.
|
||||
* Default: true.
|
||||
*/
|
||||
initialize: function(opts) {
|
||||
|
||||
Reference in New Issue
Block a user