Boxen 会跟已安装的homebrew和rvm有冲突,需要先卸载homebrew 和 rvm。
RVM提供的方法
.ac .ac-type{ | |
float:left; | |
width:50px; | |
clear:left; | |
} | |
.ac .select2-result-sub{ | |
float:left; | |
width:225px; | |
} |
<div> | |
<select ui-select2='select2Options' ng-model="select2" data-placeholder="Pick a number"> | |
<option value=""></option> | |
<option value="one">First</option> | |
<option value="two">Second</option> | |
<option value="three">Third</option> | |
</select> | |
</div> |
.my-select .select2-highlighted { | |
background-color: gray; | |
} |
# | |
# DOMParser HTML extension | |
# 2012-09-04 | |
# | |
# By Eli Grey, http://eligrey.com | |
# Public domain. | |
# NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. | |
# | |
#! @source https://gist.github.com/1129031 |