docs: remove delay from docs for now from loading

This commit is contained in:
Brandy Carney
2016-04-05 10:45:52 -04:00
parent 496b3cf07e
commit 5d587b0418

View File

@ -130,7 +130,6 @@ export class Loading extends ViewController {
* | cssClass |`string` | An additional class for custom styles. |
* | showBackdrop |`boolean` | Whether to show the backdrop. Default true. |
* | dismissOnPageChange |`boolean` | Whether to dismiss the indicator when navigating to a new page. Default false. |
* | delay |`number` | How many milliseconds to delay showing the indicator. Default 0. |
* | duration |`number` | How many milliseconds to wait before hiding the indicator. By default, it will show until `hide()` is called. |
*
*