Skip to content

Instantly share code, notes, and snippets.

View spicalous's full-sized avatar

Ben Lertlumprasertkul spicalous

  • IG
View GitHub Profile
import Controller from '@ember/controller';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
}
import Controller from '@ember/controller';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
}