Skip to content

Instantly share code, notes, and snippets.

@bivihoba
Created September 20, 2016 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bivihoba/6a62cbcbef17b4d201ade6dd74785c3d to your computer and use it in GitHub Desktop.
Save bivihoba/6a62cbcbef17b4d201ade6dd74785c3d to your computer and use it in GitHub Desktop.
poi example
.poi.poi_expanded
.poi__label
.poi-label.poi-label_collapsed // collapsed if poi expanded
.poi-label__icon
.poi-label__text // hidden when "poi-label_collapsed == true"
.poi__popup // visible when "poi_expanded == true"
button.poi__popup-close(data-ng-click="poi.close()")
.poi__popup-content
// Whatever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment