Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eoan-patch-1
  • Loading branch information
EisenbergEffect committed May 23, 2016
2 parents 71f876b + a8aae1d commit 9818bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/article/en-US/cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ Aurelia exposes a decorator named observable to allow watching for changes to a
}
</source-code>
<source-code lang="ES 2015">
import {containerless} from 'aurelia-framework';
import {decorators, observable} from 'aurelia-framework';

export let MyCustomViewModel = decorators(
observable('name')
Expand Down Expand Up @@ -1779,7 +1779,7 @@ The developer can also specify a different method name to use -
}
</source-code>
<source-code lang="ES 2015">
import {containerless} from 'aurelia-framework';
import {decorators, observable} from 'aurelia-framework';

export let MyCustomViewModel = decorators(
observable({name:'name', changeHandler: 'nameChanged'})
Expand Down

0 comments on commit 9818bd5

Please sign in to comment.