ember-state
v2.0.0
Published
The default blueprint for ember-cli addons.
Downloads
9
Readme
ember-state
Information
An ember-cli addon with a State service that manage browser history navigation.
Install in ember-cli application
In your application's directory:
ember install ember-state
Usage
This service is to store all history states. We can access to the following states:
current.
previous.
next.
last.
Example:
state: inject.service(), state.get('current.index');
state.get('previous.index');
Contribute
If you want to contribute to this addon, please read the CONTRIBUTING.md.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details