UNPKG

@bennerinformatics/ember-fw-gc

Version:

A set of components, controllers, routes, and helpers used in all Group-Control managed FW App System applications

7 lines (5 loc) 155 B
import Controller from '@ember/controller'; import {inject} from '@ember/service'; export default Controller.extend({ currentUser: inject() });