Skip to content

Commit

Permalink
Add ngCordova library
Browse files Browse the repository at this point in the history
  • Loading branch information
evdb committed Nov 5, 2015
1 parent 52e5045 commit bccf06a
Show file tree
Hide file tree
Showing 13 changed files with 11,481 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"dependencies": {
"jquery": "jQuery#~2.1.4",
"underscore": "~1.8.3"
"underscore": "~1.8.3",
"ngCordova": "~0.1.20-alpha"
}
}
3 changes: 3 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@

<script src="lib/underscore/underscore.js"></script>
<script src="lib/jquery/dist/jquery.js"></script>

<script src="lib/ionic/js/ionic.bundle.js"></script>
<script src="lib/ngCordova/dist/ng-cordova.js"></script>
<script src="cordova.js"></script>

<script src="js/app.js"></script>
<script src="js/directives.js"></script>
<script src="js/services/timer.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion www/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module('WatchTimer', ['ionic'])
angular.module('WatchTimer', ['ionic', 'ngCordova'])

.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
Expand Down
56 changes: 56 additions & 0 deletions www/lib/ngCordova/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "ngCordova",
"version": "0.1.20-alpha",
"homepage": "http://ngCordova.com/",
"authors": [
"Max Lynch <max@drifty.com>",
"Paolo Bernasconi <paolo.enrico.bernasconi@gmail.com>",
"Chad Campbell <chad.campbell@ecofic.com>"
],
"description": "AngularJS Cordova wrappers for common Cordova plugins.",
"main": [
"./dist/ng-cordova.js"
],
"ignore": [
"**/.*",
"gulpfile.js",
"test",
"src",
"config",
"demo",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md"
],
"dependencies": {
"angular": ">= 1.2.23"
},
"keywords": [
"ngCordova",
"ng-cordova",
"ngcordova",
"ng cordova",
"cordova",
"phonegap",
"angular",
"angularjs",
"ionic",
"cordova plugin"
],
"license": "MIT",
"private": false,
"devDependencies": {
"angular": ">= 1.2.23",
"angular-mocks": ">= 1.2.23",
"jquery": "~2.1.1"
},
"_release": "0.1.20-alpha",
"_resolution": {
"type": "version",
"tag": "v0.1.20-alpha",
"commit": "bb677e1848feaffbab8f93c0de216dc4cbea1f06"
},
"_source": "git://github.com/driftyco/ng-cordova.git",
"_target": "~0.1.20-alpha",
"_originalSource": "ngCordova",
"_direct": true
}
1 change: 1 addition & 0 deletions www/lib/ngCordova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to the [Github ngCordova Releases file](https://github.com/driftyco/ng-cordova/releases) for detailed information.
21 changes: 21 additions & 0 deletions www/lib/ngCordova/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 Drifty

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.
126 changes: 126 additions & 0 deletions www/lib/ngCordova/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
[ngCordova](http://ngcordova.com/)
==========

[![Travis](http://img.shields.io/travis/driftyco/ng-cordova.svg?style=flat)](https://travis-ci.org/driftyco/ng-cordova) [![Bower](http://img.shields.io/badge/bower-ngCordova-FFCC2F.svg?style=flat)](http://bower.io/search/?q=ngCordova)

### Cordova with AngularJS Goodness


[<img src="http://ionicframework.com/img/ngcordova-context-logo.png" alt="ngCordova Logo" width="210px" height="210px" />](http://ngcordova.com/)


ngCordova gives you simple AngularJS wrappers for a massive amount of Cordova plugins. Check out the list below for all of the available plugins, and create an issue for a new request.

Created by the [Ionic Framework](http://ionicframework.com/) team and the community.

| RESOURCE | LINK |
|------------|---------|
| **Website** | [ngCordova.com](http://ngcordova.com/) |
| **Docs** | [ngCordova.com/docs](http://ngcordova.com/docs) |
| **Requirements** | [AngularJS](https://github.com/angular/angular.js), [Cordova](http://cordova.apache.org/) |
| **Install** | `bower install ngCordova` or [download zip file](https://github.com/driftyco/ng-cordova/archive/master.zip) |
| **Custom build** | [ngCordova.com/build](http://ngcordova.com/build/) |


## Installation

Install manually, or from bower:

```bash
$ bower install ngCordova
```

## Plugins `(64+)`

- [Action Sheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
- [AdMob](https://github.com/floatinghotpot/cordova-plugin-admob) (:warning: share % Ad revenue)
- [App Availability](https://github.com/ohh2ahh/AppAvailability)
- [App Preferences](https://github.com/dferrell/plugins-application-preferences)
- [App Rate](https://github.com/pushandplay/cordova-plugin-apprate)
- [App Version](https://github.com/whiteoctober/cordova-plugin-app-version)
- [Background Geolocation](https://github.com/christocracy/cordova-plugin-background-geolocation)
- [Badge](https://github.com/katzer/cordova-plugin-badge)
- [Barcode Scanner](https://github.com/wildabeast/BarcodeScanner)
- [Battery Status](https://github.com/apache/cordova-plugin-battery-status) *
- [Bluetooth Low Energy](https://github.com/don/cordova-plugin-ble-central)
- [Bluetooth Serial](https://github.com/don/BluetoothSerial)
- [Brightness](https://github.com/fiscal-cliff/phonegap-plugin-brightness)
- [Calendar](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin)
- [Camera](https://github.com/apache/cordova-plugin-camera) *
- [Clipboard](https://github.com/VersoSolutions/CordovaClipboard)
- [Console](https://github.com/apache/cordova-plugin-console) *
- [Contacts](https://github.com/apache/cordova-plugin-contacts) *
- [Date Picker](https://github.com/VitaliiBlagodir/cordova-plugin-datepicker)
- [Device Motion](https://github.com/apache/cordova-plugin-device-motion) *
- [Device Orientation](https://github.com/apache/cordova-plugin-device-orientation) *
- [Device](https://github.com/apache/cordova-plugin-device) *
- [Dialogs](https://github.com/apache/cordova-plugin-dialogs) *
- [Email Composer](https://github.com/katzer/cordova-plugin-email-composer)
- [Facebook Connect](https://github.com/Wizcorp/phonegap-facebook-plugin)
- [Facebook AudienceNetwork Ads](https://github.com/floatinghotpot/cordova-plugin-facebookads) (:warning: share % Ad revenue)
- [File](https://github.com/apache/cordova-plugin-file) *
- [File Transfer](https://github.com/apache/cordova-plugin-file-transfer) *
- [Flashlight](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin)
- [Flurry Ads](https://github.com/floatinghotpot/cordova-plugin-flurry) (:warning: share % Ad revenue)
- [Geolocation](https://github.com/apache/cordova-plugin-geolocation) *
- [Globalization](https://github.com/apache/cordova-plugin-globalization) *
- [Google Ads](https://github.com/floatinghotpot/cordova-admob-pro) (:warning: share % Ad revenue)
- [Google Analytics](https://github.com/danwilson/google-analytics-plugin)
- [Google Plus](https://github.com/EddyVerbruggen/cordova-plugin-googleplus)
- [HealthKit for iOS](https://github.com/Telerik-Verified-Plugins/HealthKit)
- [Httpd (Web Server)](https://github.com/floatinghotpot/cordova-httpd)
- [Apple iAd](https://github.com/floatinghotpot/cordova-iad-pro) (:warning: share % Ad revenue)
- [Image Picker](https://github.com/wymsee/cordova-imagePicker)
- [InAppBrowser](https://github.com/apache/cordova-plugin-inappbrowser)*
- [Keyboard](https://github.com/driftyco/ionic-plugins-keyboard)
- [Keychain](https://github.com/shazron/KeychainPlugin)
- [Launch Navigator](https://github.com/dpa99c/phonegap-launch-navigator)
- [Local Notifications](https://github.com/katzer/cordova-plugin-local-notifications/)
- [Media Capture](https://github.com/apache/cordova-plugin-media-capture)
- [Media](https://github.com/apache/cordova-plugin-media) *
- [MillennialMedia Ads](https://github.com/floatinghotpot/cordova-plugin-mmedia) (:warning: share % Ad revenue)
- [MobFox Ads](https://github.com/floatinghotpot/cordova-mobfox-pro) (:warning: share % Ad revenue)
- [MoPub Ads](https://github.com/floatinghotpot/cordova-plugin-mopub) (:warning: share % Ad revenue)
- [Native Audio](https://github.com/SidneyS/cordova-plugin-nativeaudio)
- [Network Information](https://github.com/apache/cordova-plugin-network-information) *
- [Oauth](https://github.com/nraboy/ng-cordova-oauth)
- [Pin Dialog](https://github.com/Paldom/PinDialog)
- [Printer](https://github.com/katzer/cordova-plugin-printer)
- [Progress Indicator](https://github.com/pbernasconi/cordova-progressIndicator)
- [Push Notifications](https://github.com/phonegap-build/PushPlugin)
- [SMS](https://github.com/aharris88/phonegap-sms-plugin)
- [Social Sharing](https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin)
- [Spinner Dialog](https://github.com/Paldom/SpinnerDialog)
- [Splashscreen](https://github.com/apache/cordova-plugin-splashscreen) *
- [SQLite](https://github.com/brodysoft/Cordova-SQLitePlugin)
- [StatusBar](https://github.com/apache/cordova-plugin-statusbar) *
- [Toast](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin)
- [Touchid](https://github.com/leecrossley/cordova-plugin-touchid)
- [Vibration](https://github.com/apache/cordova-plugin-vibration) *
- [Video Capture Plus](https://github.com/EddyVerbruggen/VideoCapturePlus-PhoneGap-Plugin) *
- [Zip](https://github.com/MobileChromeApps/zip)

`* official Apache Cordova Plugin`

## Authors

#### Max Lynch

- https://twitter.com/maxlynch
- https://github.com/mlynch

#### Paolo Bernasconi

- https://twitter.com/paolobernasconi
- https://github.com/pbernasconi

## Project Maintainer

#### George Stocker
- https://twitter.com/gortok
- https://github.com/gortok


## LICENSE

ngCordova is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.
46 changes: 46 additions & 0 deletions www/lib/ngCordova/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "ngCordova",
"version": "0.1.20-alpha",
"homepage": "http://ngCordova.com/",
"authors": [
"Max Lynch <max@drifty.com>",
"Paolo Bernasconi <paolo.enrico.bernasconi@gmail.com>",
"Chad Campbell <chad.campbell@ecofic.com>"
],
"description": "AngularJS Cordova wrappers for common Cordova plugins.",
"main": [
"./dist/ng-cordova.js"
],
"ignore": [
"**/.*",
"gulpfile.js",
"test",
"src",
"config",
"demo",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md"
],
"dependencies": {
"angular": ">= 1.2.23"
},
"keywords": [
"ngCordova",
"ng-cordova",
"ngcordova",
"ng cordova",
"cordova",
"phonegap",
"angular",
"angularjs",
"ionic",
"cordova plugin"
],
"license": "MIT",
"private": false,
"devDependencies": {
"angular": ">= 1.2.23",
"angular-mocks": ">= 1.2.23",
"jquery": "~2.1.1"
}
}
Loading

0 comments on commit bccf06a

Please sign in to comment.