From 6697e66f173ab99b1c9b52d14dd7bfbfe6597bdc Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Wed, 4 Jun 2014 10:41:46 -0500 Subject: [PATCH] fix keyboard-attach docs --- js/angular/directive/keyboardAttach.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/keyboardAttach.js b/js/angular/directive/keyboardAttach.js index 16f7fc32f55..ab049bd6cf1 100644 --- a/js/angular/directive/keyboardAttach.js +++ b/js/angular/directive/keyboardAttach.js @@ -13,7 +13,7 @@ * - This directive requires the * [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard). * - On Android not in fullscreen mode, i.e. you have - * `` in your `config.xml` file, + * `` or no preference in your `config.xml` file, * this directive is unnecessary since it is the default behavior. * - On iOS, if there is an input in your footer, you will need to set * `cordova.plugins.Keyboard.disableScroll(true)`.