Created
January 3, 2014 05:00
-
-
Save fraserxu/8233014 to your computer and use it in GitHub Desktop.
textcomplete-wrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="textcomplete-wrapper" style="position: relative; display: inline-block;"> | |
<ul class="dropdown-menu" style="position: absolute; bottom: 32px; left: 34px; z-index: 100;"> | |
<li class="textcomplete-item active" data-index="0"><a>frankdou</a></li> | |
<li class="textcomplete-item" data-index="1"><a>fraserxu</a></li> | |
<li class="textcomplete-item" data-index="2"><a>kuno</a></li> | |
<li class="textcomplete-item" data-index="3"><a>xeodou</a></li> | |
</ul> | |
<textarea class="text ng-valid ng-dirty" ng-model="message" placeholder="Send a message" type="text" rows="1" ng-keypress="checkKeyCode($event)"></textarea> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment