Skip to content

Instantly share code, notes, and snippets.

@abuiles
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abuiles/2a83a73b4b6307f8279c to your computer and use it in GitHub Desktop.
Save abuiles/2a83a73b4b6307f8279c to your computer and use it in GitHub Desktop.
// En el initializer
// ...
application.inject('route', 'stripeService', 'service:stripe');
// ...
var service = container.lookup('service:stripe');
service.set('config', config);
// ya después puedes cambiar simplemente el valor en el servicio...
service.set('config.foo', 'newFoo');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment