Skip to content

Commit

Permalink
docs(loading): correct loading-controller link path (#17295)
Browse files Browse the repository at this point in the history
  • Loading branch information
camwiegert authored Jan 28, 2019
1 parent 496f37c commit bf434e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/loading/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf434e5

Please sign in to comment.