mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(platform): fix description
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
+* @ngdoc service
|
||||
+* @name platform
|
||||
+* @module ionic
|
||||
+* @description
|
||||
+* Platform returns the availble information about your current platform
|
||||
+*/
|
||||
|
||||
|
||||
@@ -12,7 +10,9 @@ import {ready, windowDimensions, flushDimensionCache} from '../util/dom';
|
||||
|
||||
|
||||
/**
|
||||
* TODO
|
||||
* @name Platform
|
||||
* @description
|
||||
* Platform returns the availble information about your current platform.
|
||||
* @demo /docs/v2/demos/platform/
|
||||
*/
|
||||
export class Platform {
|
||||
|
||||
Reference in New Issue
Block a user