Fix documentation of angular modal spinner

This patch fixes the name specified in the angular modal spinner
documentation.

Change-Id: I970cb71d33f35eab35e4b78c7b33f5c2975d9670
Fixes-Bug: 1550064
This commit is contained in:
Richard Jones 2016-02-25 16:21:22 -08:00
parent 08c91044e5
commit 414ebf118f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
*
* MyController.$inject = [
* '$scope',
* 'horizon.framework.widgets.modal.modal-wait-spinner.service'
* 'horizon.framework.widgets.modal-wait-spinner.service'
* ];
*
* function MyController($scope, modalWaitSpinnerService) {