docs(loading): correct loading-controller link path (#17295)

closes ionic-team/ionic-docs#254
This commit is contained in:
Cam Wiegert
2019-01-28 09:12:01 -06:00
committed by GitHub
parent 496f37cc56
commit bf434e52c9

View File

@ -5,7 +5,7 @@ An overlay that can be used to indicate activity while blocking user interaction
### Creating
Loading indicators can be created using a [Loading Controller](../../loading-controller/LoadingController). They can be customized by passing loading options in the loading controller's create method. The spinner name should be passed in the `spinner` property, and any optional HTML can be passed in the `content` property. If a value is not passed to `spinner` the loading indicator will use the spinner specified by the platform.
Loading indicators can be created using a [Loading Controller](../loading-controller). They can be customized by passing loading options in the loading controller's create method. The spinner name should be passed in the `spinner` property, and any optional HTML can be passed in the `content` property. If a value is not passed to `spinner` the loading indicator will use the spinner specified by the platform.
### Dismissing