bharani91 / angular-phonegap-seed

A barebones seed project for getting started with PhoneGap and AngularJS (with routing!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-phonegap-seed

A barebones seed project for getting started with PhoneGap and AngularJS (with routing!)

Built using PhoneGap-CLI:

  • Target: iOS 6
  • Cordova: 2.9.0
  • Angular: 1.1.5

This project also includes a service for wrapping calls to Cordova APIs as presented by Brian Ford in this awesome blog post.

Install

You just need to get these files into YourPhoneGapProject/www/, so either git clone <url> www or download the zip and move 'em in there.

Directory structure:

/angular-phonegap-seed
    /css
        - index.css
    /img
        - logo.png
    /js
        - app.js
        - controllers.js
        - index.js
        - services.js
    /lib
        - angular-1.1.5.js
        - angular-1.1.5.min.js
        - cordova.js
    /partials
        - main.html
        - view.html
    /res
        // app and cordova images
    /spec
        // tests

Build and run your project, and you should be good to go.

MIT License

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.

About

A barebones seed project for getting started with PhoneGap and AngularJS (with routing!)