.select
.current(tabindex="1")
.value(*ngFor="let item of options; index as i")
input.input(type="radio", [id]="i", [value]="item.value", [name]="name", checked="true")
p.input-text {{
item.name }}
img.icon(src="
http://cdn.onlinewebfonts.com/svg/img_295694.svg" aria-hidden="true")
ul.list
li(*ngFor="let option of options; index as i")
label.option([for]="i", aria-hidden="true") {{
option.name }}