Skip to content

Commit 8f3ecb7

Browse files
committed
Merge pull request #4582 from thuey/patch-1
Update documentation
2 parents 32d81a9 + 54d433a commit 8f3ecb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: js/angular/service/loading.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ function($ionicLoadingConfig, $ionicBody, $ionicTemplateLoader, $ionicBackdrop,
8282
* @ngdoc method
8383
* @name $ionicLoading#show
8484
* @description Shows a loading indicator. If the indicator is already shown,
85-
* it will set the options given and keep the indicator shown.
85+
* it will set the options given and keep the indicator shown. Note: While this
86+
* function still returns an $ionicLoading instance for backwards compatiblity,
87+
* its use has been deprecated.
8688
* @param {object} opts The options for the loading indicator. Available properties:
8789
* - `{string=}` `template` The html content of the indicator.
8890
* - `{string=}` `templateUrl` The url of an html template to load as the content of the indicator.

0 commit comments

Comments
 (0)