We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5acbb commit d33d2c2Copy full SHA for d33d2c2
tests/dummy/app/controllers/application.js
@@ -1,12 +1,10 @@
1
-import Controller from '@ember/controller';
2
import { computed } from '@ember/object';
+import Controller from '@ember/controller';
3
4
export default Controller.extend({
5
- options: computed(function(){
6
- return {
7
- responsive: false
8
- };
9
- }),
+ options: {
+ responsive: false
+ },
10
pieValue1: 300,
11
pieValue2: 50,
12
pieValue3: 100,
0 commit comments