From 17ee4dffde5870bb28de2b769df2e047393d9263 Mon Sep 17 00:00:00 2001 From: tyschroed Date: Fri, 30 May 2014 10:47:26 -0700 Subject: [PATCH] docs(modal): add missing tic causing backdropClickToClose to not format properly. Closes #1533 --- js/angular/service/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/modal.js b/js/angular/service/modal.js index a66243f1cd..8802622d10 100644 --- a/js/angular/service/modal.js +++ b/js/angular/service/modal.js @@ -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) {