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

Commit f407922

Browse files
committed
Merge pull request #1123 from gortok/remove-oauth
removing oauth submodule
2 parents 766da1f + 7ebf7c5 commit f407922

File tree

17 files changed

+120
-4562
lines changed

17 files changed

+120
-4562
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ bower install ngCordova
8383
- [MoPub Ads](https://github.com/floatinghotpot/cordova-plugin-mopub) (:warning: share % Ad revenue)
8484
- [Native Audio](https://github.com/SidneyS/cordova-plugin-nativeaudio)
8585
- [Network Information](https://github.com/apache/cordova-plugin-network-information) *
86-
- [Oauth](https://github.com/nraboy/ng-cordova-oauth)
86+
- [Oauth](https://github.com/nraboy/ng-cordova-oauth) (available separately)
8787
- [Pin Dialog](https://github.com/Paldom/PinDialog)
8888
- [Preferences](https://github.com/apla/me.apla.cordova.app-preferences)
8989
- [Printer](https://github.com/katzer/cordova-plugin-printer)
@@ -122,7 +122,7 @@ $ bower install ngCordova
122122
#### George Stocker
123123
- https://twitter.com/gortok
124124
- https://github.com/gortok
125-
125+
126126

127127
## LICENSE
128128

config/build.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
pluginFiles: [
2323
'src/module.js',
2424
'src/plugins/*.js',
25-
'src/plugins/oauth/src/*.js'
2625
],
2726

2827
mockFiles: [

config/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var buildConfig = require('./build.config.js');
22

33
module.exports = {
44
files: [
5-
// Include jQuery only for testing convience (lots of DOM checking for unit tests on directives)
5+
// Include jQuery only for testing convenience (lots of DOM checking for unit tests on directives)
66
'bower_components/angular/angular.min.js',
77
'bower_components/angular-mocks/angular-mocks.js',
88
'bower_components/jquery/dist/jquery.js',

demo/www/app/app.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ angular.module('demo', [
3131
'demo.localNotification.ctrl',
3232
'demo.media.ctrl',
3333
'demo.network.ctrl',
34-
'demo.oauth.ctrl',
3534
'demo.preferences.ctrl',
3635
'demo.printer.ctrl',
3736
'demo.pushNotifications.ctrl',
@@ -306,12 +305,6 @@ angular.module('demo', [
306305
controller: "NetworkCtrl"
307306
})
308307

309-
.state('oauth', {
310-
url: '/oauth',
311-
templateUrl: 'app/oauth/oauth.html',
312-
controller: "OauthCtrl"
313-
})
314-
315308
.state('preferences', {
316309
url: '/preferences',
317310
templateUrl: 'app/preferences/preferences.html',

demo/www/app/menu.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@
132132
Network
133133
</a>
134134

135-
<a class="item item-icon-right" ui-sref="oauth">
136-
<i class="icon ion-arrow-expand"></i>
137-
Oauth
138-
</a>
139-
140135
<a class="item item-icon-right" ui-sref="preferences">
141136
<i class="icon ion-settings"></i>
142137
Preferences

demo/www/app/oauth/oauth.ctrl.js

Lines changed: 0 additions & 132 deletions
This file was deleted.

demo/www/app/oauth/oauth.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)