docs(screen-orientation): remove unsupported platforms (#2233)

This commit is contained in:
Daniel Sogl 2017-12-28 13:10:07 +01:00 committed by Ibby Hadeed
parent a82b2903d6
commit 60d32be095

View File

@ -55,7 +55,7 @@ import { Observable } from 'rxjs/Observable';
plugin: 'cordova-plugin-screen-orientation', plugin: 'cordova-plugin-screen-orientation',
pluginRef: 'screen.orientation', pluginRef: 'screen.orientation',
repo: 'https://github.com/apache/cordova-plugin-screen-orientation', repo: 'https://github.com/apache/cordova-plugin-screen-orientation',
platforms: ['Android', 'BlackBerry 10', 'iOS', 'Windows'] platforms: ['Android', 'iOS', 'Windows']
}) })
@Injectable() @Injectable()
export class ScreenOrientation extends IonicNativePlugin { export class ScreenOrientation extends IonicNativePlugin {