github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/ui/app/controllers/freestyle.js (about)

     1  import { inject as service } from '@ember/service';
     2  import FreestyleController from 'ember-freestyle/controllers/freestyle';
     3  
     4  export default FreestyleController.extend({
     5    emberFreestyle: service(),
     6  });