docs(backgroundmode): remove anchor from repo link

This commit is contained in:
Ibby Hadeed 2016-11-23 08:01:10 -05:00
parent 28f4680575
commit bdef1daba5

View File

@ -6,7 +6,7 @@ import { Observable } from 'rxjs/Observable';
* @name Background Mode * @name Background Mode
* @description * @description
* Cordova plugin to prevent the app from going to sleep while in background. * Cordova plugin to prevent the app from going to sleep while in background.
* Requires Cordova plugin: cordova-plugin-background-mode. For more info about plugin, vist: https://github.com/katzer/cordova-plugin-background-mode#android-customization * Requires Cordova plugin: cordova-plugin-background-mode. For more info about plugin, vist: https://github.com/katzer/cordova-plugin-background-mode
*@usage *@usage
* ```typescript * ```typescript
* import { BackgroundMode } from 'ionic-native'; * import { BackgroundMode } from 'ionic-native';