Missed css content icons - driftyco/ionic-bower#1.1.1

.ion-chatbubbles:before {
content: “”; }
.ion-checkmark:before {
content: “”; }
.ion-checkmark-circled:before {
content: “”; }

instead of
.ion-chatbubbles:before {
content: “\f11f”; }

.ion-checkmark:before {
content: “\f122”; }

.ion-checkmark-circled:before {
content: “\f120”; }