Polymer element helper to adapt behaviour regarding the device battery status
<battery-status status="{{status}}"
theshold="15"
on-under-theshold="handleUnderTheshold"
on-over-theshold="handleOverTheshold"></battery-status>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT