4 lines
72 B
CoffeeScript
4 lines
72 B
CoffeeScript
import Ember from 'ember'
|
|
export default Ember.Controller.extend
|
|
a: 3
|