Skip to content

Commit

Permalink
refactor(spinner-dialog): change source #1603 (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
greybax authored and ihadeed committed Jun 11, 2017
1 parent a2d979a commit ed6fe88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/@ionic-native/plugins/spinner-dialog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export interface SpinnerDialogIOSOptions {
*/
@Plugin({
pluginName: 'SpinnerDialog',
plugin: 'cordova-plugin-spinner-dialog',
plugin: 'cordova-plugin-native-spinner',
pluginRef: 'window.plugins.spinnerDialog',
repo: 'https://github.com/Paldom/SpinnerDialog',
platforms: ['Android', 'iOS', 'Windows Phone 8']
repo: 'https://github.com/greybax/cordova-plugin-native-spinner',
platforms: ['Android', 'iOS', 'Windows Phone 8', 'Windows']
})
@Injectable()
export class SpinnerDialog extends IonicNativePlugin {
Expand Down

0 comments on commit ed6fe88

Please sign in to comment.