-
-
-
- Card
-
-
- This card will blur the content behind it.
-
-
-
-
-
-
diff --git a/ionic/components.ts b/ionic/components.ts
index a961e2ab84..49dc914bf8 100644
--- a/ionic/components.ts
+++ b/ionic/components.ts
@@ -4,7 +4,6 @@ export * from './components/app/id'
export * from './components/action-sheet/action-sheet'
export * from './components/alert/alert'
export * from './components/badge/badge'
-export * from './components/blur/blur'
export * from './components/button/button'
export * from './components/checkbox/checkbox'
export * from './components/content/content'
diff --git a/ionic/components/blur/blur.ts b/ionic/components/blur/blur.ts
deleted file mode 100644
index 044e225161..0000000000
--- a/ionic/components/blur/blur.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-import {Directive, Renderer, ElementRef} from 'angular2/core';
-
-
-/**
- * @name Blur
- * @description
- * The blur attribute applies the CSS blur attribute to an element. Safari only.
- *
- * @usage
- * ```html
- *