docs(grid): replace the placeholder descriptions for row/col

This commit is contained in:
Brandy Carney
2017-02-24 13:57:43 -05:00
parent b9a436278b
commit 42e6d7dfab
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@ import { Directive } from '@angular/core';
* @module ionic * @module ionic
* @description * @description
* *
* Column description * Columns are cellular components of the [grid](../Grid) system and go inside of a [row](../Row).
* They will expand to fill their row. All content within a grid should go inside of a column.
* *
* ## Column attributes * ## Column attributes
* *

View File

@ -5,7 +5,8 @@ import { Directive } from '@angular/core';
* @module ionic * @module ionic
* @description * @description
* *
* Row description * Rows are horizontal components of the [grid](../Grid) system and contain varying numbers of
* [columns](../Col). They ensure the columns are positioned properly.
* *
* ## Row attributes * ## Row attributes
* *