Skip to content

Instantly share code, notes, and snippets.

@koriroys
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save koriroys/41f0caa7edbe1beed682 to your computer and use it in GitHub Desktop.
Save koriroys/41f0caa7edbe1beed682 to your computer and use it in GitHub Desktop.
{{pass_manager.isPassing}}
import PassManager from "../models/passmanager.";
export function initialize(container, application) {
application.register('service:pass_manager', PassManager);
application.inject('controller', 'pass_manager', 'service:pass_manager');
}
export default {
name: 'passmanager',
initialize: initialize
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment