diff --git a/js/angular/directive/keyboardAttach.js b/js/angular/directive/keyboardAttach.js
index 16f7fc32f5..ab049bd6cf 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)`.