feat(plugins): add name field

This commit is contained in:
Max Lynch
2016-10-17 20:33:17 -05:00
parent d09018d2d4
commit 96776567eb
101 changed files with 116 additions and 15 deletions
+4 -3
View File
@@ -23,9 +23,9 @@ declare var window;
* ```
*
* @advanced
*
*
* Accepted orientation values:
*
*
* | Value | Description |
* |-------------------------------|------------------------------------------------------------------------------|
* | portrait-primary | The orientation is in the primary portrait mode. |
@@ -34,9 +34,10 @@ declare var window;
* | landscape-secondary | The orientation is in the secondary landscape mode. |
* | portrait | The orientation is either portrait-primary or portrait-secondary (sensor). |
* | landscape | The orientation is either landscape-primary or landscape-secondary (sensor). |
*
*
*/
@Plugin({
name: 'ScreenOrientation',
plugin: 'cordova-plugin-screen-orientation',
pluginRef: 'window.screen',
repo: 'https://github.com/apache/cordova-plugin-screen-orientation',