diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c72452a..b20c6a496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Added `fetchMore` support ([PR #58](https://github.com/apollostack/angular2-apollo/pull/58)) - Exposed `ApolloQueryObservable` in the index module ([PR #54](https://github.com/apollostack/angular2-apollo/pull/54)) +- Added support for getting `loading` state from ApolloQueryResult [Issue #36](https://github.com/apollostack/angular2-apollo/issues/36) ([PR #43](https://github.com/apollostack/angular2-apollo/pull/43)) ### v0.4.1 diff --git a/examples/hello-world/client/main.html b/examples/hello-world/client/main.html index ddb266651..28628042a 100644 --- a/examples/hello-world/client/main.html +++ b/examples/hello-world/client/main.html @@ -9,7 +9,9 @@