mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(ionicLoading): add setContent to documentation
This commit is contained in:
1
js/ext/angular/src/service/ionicLoading.js
vendored
1
js/ext/angular/src/service/ionicLoading.js
vendored
@@ -40,6 +40,7 @@ angular.module('ionic.service.loading', ['ionic.ui.loading'])
|
||||
* @returns {object} A shown loader with the following methods:
|
||||
* - `hide()` - Hides the loader.
|
||||
* - `show()` - Shows the loader.
|
||||
* - `setContent(string)` - Sets the html content of the loader.
|
||||
*/
|
||||
show: function(opts) {
|
||||
var defaults = {
|
||||
|
||||
Reference in New Issue
Block a user