Skip to content

Commit

Permalink
docs(loading): add missing async to new loading example (#17432)
Browse files Browse the repository at this point in the history
* update loading example

* add async
  • Loading branch information
liamdebeasi committed Apr 26, 2019
1 parent f6db5e9 commit 410997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ openLoading() {
**New Usage Example:**

```javascript
openLoading() {
async openLoading() {
let loading = this.loadingCtrl.create({
content: 'Loading...'
});
Expand Down

0 comments on commit 410997a

Please sign in to comment.