Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

removing oauth submodule #1123

Merged
merged 1 commit into from
Jan 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $ bower install ngCordova
- [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)
- [Oauth](https://github.com/nraboy/ng-cordova-oauth) (available separately)
- [Pin Dialog](https://github.com/Paldom/PinDialog)
- [Preferences](https://github.com/apla/me.apla.cordova.app-preferences)
- [Printer](https://github.com/katzer/cordova-plugin-printer)
Expand Down Expand Up @@ -122,7 +122,7 @@ $ bower install ngCordova
#### George Stocker
- https://twitter.com/gortok
- https://github.com/gortok


## LICENSE

Expand Down
1 change: 0 additions & 1 deletion config/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
pluginFiles: [
'src/module.js',
'src/plugins/*.js',
'src/plugins/oauth/src/*.js'
],

mockFiles: [
Expand Down
2 changes: 1 addition & 1 deletion config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var buildConfig = require('./build.config.js');

module.exports = {
files: [
// Include jQuery only for testing convience (lots of DOM checking for unit tests on directives)
// Include jQuery only for testing convenience (lots of DOM checking for unit tests on directives)
'bower_components/angular/angular.min.js',
'bower_components/angular-mocks/angular-mocks.js',
'bower_components/jquery/dist/jquery.js',
Expand Down
7 changes: 0 additions & 7 deletions demo/www/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ angular.module('demo', [
'demo.localNotification.ctrl',
'demo.media.ctrl',
'demo.network.ctrl',
'demo.oauth.ctrl',
'demo.preferences.ctrl',
'demo.printer.ctrl',
'demo.pushNotifications.ctrl',
Expand Down Expand Up @@ -306,12 +305,6 @@ angular.module('demo', [
controller: "NetworkCtrl"
})

.state('oauth', {
url: '/oauth',
templateUrl: 'app/oauth/oauth.html',
controller: "OauthCtrl"
})

.state('preferences', {
url: '/preferences',
templateUrl: 'app/preferences/preferences.html',
Expand Down
5 changes: 0 additions & 5 deletions demo/www/app/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@
Network
</a>

<a class="item item-icon-right" ui-sref="oauth">
<i class="icon ion-arrow-expand"></i>
Oauth
</a>

<a class="item item-icon-right" ui-sref="preferences">
<i class="icon ion-settings"></i>
Preferences
Expand Down
132 changes: 0 additions & 132 deletions demo/www/app/oauth/oauth.ctrl.js

This file was deleted.

22 changes: 0 additions & 22 deletions demo/www/app/oauth/oauth.html

This file was deleted.

Loading