mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(loading): add missing documentation for passing scope
Closes #1982
This commit is contained in:
1
js/angular/service/loading.js
vendored
1
js/angular/service/loading.js
vendored
@@ -82,6 +82,7 @@ function($ionicLoadingConfig, $ionicBody, $ionicTemplateLoader, $ionicBackdrop,
|
||||
* @param {object} opts The options for the loading indicator. Available properties:
|
||||
* - `{string=}` `template` The html content of the indicator.
|
||||
* - `{string=}` `templateUrl` The url of an html template to load as the content of the indicator.
|
||||
* - `{object=}` `scope` The scope to be a child of. Default: creates a child of $rootScope.
|
||||
* - `{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
|
||||
|
||||
Reference in New Issue
Block a user