/ion-affix

Affix elements for Ionic framework

Primary LanguageHTMLMIT LicenseMIT

ion-affix

ion-affix is a lightweight Angular directive for Ionic framework to have sticky affix elements.

Directive requires no additional dependencies. Just Ionic and Angular.

Initial idea is this gist of Collin Donahue-Oponski

Demos

For demos and documentation, see the project page.

Usage

For demos and documentation, see the project page.

Extend || Contribute

  • Clone the repo
  • Issue command gulp
  • Check if the demos are working : http://localhost:3000
  • I would appreciate if someone spends time and introduces E2E testing

Release process

  • Update version in bower.json
  • Update version in package.json
  • Update version and date in ion-affix.js file header
  • Git tag the version and push it
  • Update version info mentioned above to `next.version.number-SNAPSHOT
  • Update the project code asset in aliok.github.io
  • Update the showcases (codepen.io)
  • Tweet about the update
  • Write answers to places like aliok.github.io Disqus and Ionic forum
  • New post in Ionic forum with new demos

License

The MIT License (MIT)

Copyright (c) 2015 - <Ali Ok> - <Collin Donahue-Oponski>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.