Skip to content

mgcrea/angular-touch-nav

Repository files navigation

ngTouchNav is a touch navigation service written for AngularJS 1.2+ ngRoute & ngAnimate components, created and maintained by Olivier Louvignes, inspired by ngMobileNav created by Andy Joslin.

Quick start

Three quick start options are available:

Bugs and feature requests

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.

Compiling Styles and JavaScript

This project uses Grunt with convenient methods for working with the framework. It's how we compile our code, run tests, and more. To use it, install the required dependencies as directed and then run some Grunt commands.

Install Grunt

From the command line:

  1. Install grunt-cli globally with npm install -g grunt-cli.
  2. Install the necessary local dependencies via npm install

When completed, you'll be able to run the various Grunt commands provided from the command line.

Unfamiliar with npm? Don't have node installed? That's a-okay. npm stands for node packaged modules and is a way to manage development dependencies through node.js. Download and install node.js before proceeding.

Available Grunt commands

  • Build - grunt - runs tests locally and compile the CSS and JavaScript into /dist.
  • Compile - grunt build - creates the /dist directory with compiled files.
  • Tests - grunt test - runs jshint and unit tests headlessly in phantomjs (used for CI).
  • Watch - grunt watch - watching files and automatically building them whenever you save.

Troubleshooting dependencies

Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun npm install.

Contributing

Please read through our guidelines for contributing. Included are directions for opening issues, coding standards, and notes on development.

More over, if your pull request contains JavaScript patches or features, you must include relevant unit tests.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Authors

Olivier Louvignes

Copyright and license

Copyright 2013 Olivier Louvignes under MIT license.

About

Touch navigation plugin for AngularJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published