docs(screen-orientation): fixes the advanced table info (#481)

This commit is contained in:
Daniel Salvagni 2016-08-26 06:14:32 -03:00 committed by Ibrahim Hadeed
parent dfdaa157a4
commit e4f198ae42

View File

@ -23,7 +23,9 @@ declare var window;
* ```
*
* @advanced
*
* Accepted orientation values:
*
* | Value | Description |
* |-------------------------------|------------------------------------------------------------------------------|
* | portrait-primary | The orientation is in the primary portrait mode. |
@ -45,7 +47,7 @@ export class ScreenOrientation {
/**
* Lock the orientation to the passed value.
* See below for accepted values
* @param {orientation} The orientation which should be locked. Accepted values see table above.
* @param {orientation} The orientation which should be locked. Accepted values see table below.
*/
@Cordova({ sync: true })
static lockOrientation(orientation: string): void { }