prevent clicking two items

Closes #80
This commit is contained in:
Adam Bradley
2015-08-31 20:01:35 -05:00
parent d0387f830c
commit 5897c296b8

View File

@@ -42,6 +42,7 @@ ion-item-content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
pointer-events: none;
}
.item-text-wrap ion-item-content {