diff --git a/CHANGELOG.md b/CHANGELOG.md index 39632f3fc..6edc8e6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### vNEXT - Added `ApolloModule` (with RC5 of Angular2 comes NgModules) ([PR #63](https://github.com/apollostack/angular2-apollo/pull/63)) +- Added ability to use query variables as observables. With this, the query can be automatically re-run when those obserables emit new values. ([PR #64]((https://github.com/apollostack/angular2-apollo/pull/64))) ### v0.4.2 diff --git a/examples/hello-world/client/imports/app.component.html b/examples/hello-world/client/imports/app.component.html index 32ac6d206..41fe87369 100644 --- a/examples/hello-world/client/imports/app.component.html +++ b/examples/hello-world/client/imports/app.component.html @@ -7,7 +7,7 @@

Add new

List

- +