docs(modal): add missing tic causing backdropClickToClose to not format properly. Closes #1533

This commit is contained in:
tyschroed
2014-05-30 10:47:26 -07:00
committed by Perry Govier
parent 11838cad40
commit 17ee4dffde

View File

@@ -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) {