diff --git a/js/ext/angular/src/service/ionicLoading.js b/js/ext/angular/src/service/ionicLoading.js index 2ca0aeff59..a82b4fce67 100644 --- a/js/ext/angular/src/service/ionicLoading.js +++ b/js/ext/angular/src/service/ionicLoading.js @@ -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 = {