docs(): remove code blocks in docs

This commit is contained in:
mhartington
2018-05-31 16:13:53 -04:00
parent 5ad35ccc00
commit aaf3eee59d
21 changed files with 98 additions and 146 deletions

View File

@@ -12,12 +12,18 @@ Loading controllers programmatically control the loading component. Loadings can
#### create()
Create a loading overlay with loading options.
#### dismiss()
Dismiss the open loading overlay.
#### getTop()
Get the most recently opened loading overlay.
----------------------------------------------