docs(blur, config): api clean up

This commit is contained in:
mhartington
2015-12-15 11:47:49 -05:00
parent 5304ec8d79
commit ade88a92ed
2 changed files with 29 additions and 39 deletions

View File

@@ -2,9 +2,18 @@ import {Directive, Renderer, ElementRef} from 'angular2/core';
/**
* @name Blur
* @description
* The blur attribute applies the CSS blur attribute to an element. If the CSS attribute is not supported,
* it will fall back to applying a semi-transparent background color to the element.
*
* @usage
* ```html
* <ion-card blur>
* This card will blur the content behind it.
* </ion-card>
* ```
*
* @demo /docs/v2/demos/blur/
*/
@Directive({