Skip to content

georgicodes/ionic-side-menu-with-navigation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic-side-menu-with-navigation

Updated to work with nightly 0.10.0-alpha-1059 (2014-03-07) build of Ionic Framework

Purpose

The project has been forked from ionic-angular-cordova-seed. It contains a fully functional app that has a Side Menu with navigation.

The aim of this project was to extend the functionality demonstrated [here](http://ionicframework .com/examples/side-menu/) by allowing navigation by clicking on the items within the side menu.

The project is well structured and contains app.js, controllers.js and services.js files.

Changes have only been made to /templates, index.html and app.js, controllers.js and services.js. Everything else remains the same as the ionic-angular-cordova-seed project.

Running the app

For development purposes it's easiest to run with:

$ cd www
$ pythom -m SimpleHTTPServer

Alternatively, run it with phonegap:

$ phonegap run ios

Screenshots

Page 1 Side Menu Page 2

About

Ionic Side Menu start app with navigation router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • CSS 47.6%