ember-cli-cookie icon indicating copy to clipboard operation
ember-cli-cookie copied to clipboard

Wrap $.cookie in Ember goodness

Results 4 ember-cli-cookie issues
Sort by recently updated
recently updated
newest added

https://help.github.com/articles/adding-a-license-to-a-repository/

`ember-cli-cookie` seems to be making an assumption about where bower is installed, but I can't find where to fix this. I'm getting an error if I'm using a project-specific bower...

DEPRECATION: The `initialize` method for Application initializer 'cookie' should take only one argument - `App`, an instance of an `Application`. [deprecation id: ember-application.app-initializer-initialize-arguments] See http://emberjs.com/deprecations/v2.x/#toc_initializer-arity for more details.

I'm trying to use this plugin in my app, but I'm getting the above error when I try to inject the cookie into my routes. This is my initializer, at...