mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
2
js/angular/service/loading.js
vendored
2
js/angular/service/loading.js
vendored
@@ -59,7 +59,7 @@ function($document, $ionicTemplateLoader, $ionicBackdrop, $timeout, $q, $log, $c
|
||||
* - `{boolean=}` `noBackdrop` Whether to hide the backdrop. By default it will be shown.
|
||||
* - `{number=}` `delay` How many milliseconds to delay showing the indicator. By default there is no delay.
|
||||
* - `{number=}` `duration` How many milliseconds to wait until automatically
|
||||
* hiding the indicator. By default the indicator will be shown until `.hide()` is called.
|
||||
* hiding the indicator. By default, the indicator will be shown until `.hide()` is called.
|
||||
*/
|
||||
show: showLoader,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user