docs(platform): fix description

This commit is contained in:
Drew Rygh
2015-12-11 14:16:07 -06:00
parent 48996e54a6
commit 4354c3b1ae

View File

@@ -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 {