Skip to content

Commit

Permalink
docs($ionicLoading): add default values
Browse files Browse the repository at this point in the history
Closes #1431
  • Loading branch information
mrzmyr authored and ajoslin committed May 19, 2014
1 parent 830ec44 commit c3470ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function($document, $ionicTemplateLoader, $ionicBackdrop, $timeout, $q, $log, $c
* - `{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
* hiding the indicator. By default the indicator will be shown until `.hide()` is called.
* hiding the indicator. By default, the indicator will be shown until `.hide()` is called.
*/
show: showLoader,
/**
Expand Down

0 comments on commit c3470ef

Please sign in to comment.