We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a095c commit 3ce94b1Copy full SHA for 3ce94b1
packages/boxel-motion/test-app/app/controllers/list.ts
@@ -19,7 +19,7 @@ let quickSpring = new SpringBehavior({
19
});
20
21
export default class List extends Controller {
22
- @tracked list1 = ['Michael', 'Ed', 'Luke', 'Nick'].sort();
+ @tracked list1 = ['Michael!', 'Ed', 'Luke', 'Nick'].sort();
23
@tracked list2 = ['Chris', 'Alex'].sort();
24
25
@action
0 commit comments