docs(ionicLoading): add setContent to documentation

This commit is contained in:
Andy Joslin
2014-03-21 12:41:48 -05:00
parent 366bd6866f
commit e04efcc11b

View File

@@ -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 = {