1App.ServiceController = Ember.ObjectController.extend 2 actions: 3 deleteService: -> 4 @get('model').destroyRecord().then => 5 @transitionToRoute('services')