Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit a66a5ba

Browse files
committed
Update README.md
1 parent ad50e11 commit a66a5ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,19 @@ For now, you should create a child-directive to customize (API probably going to
4444
You have to build the HTML yourself:
4545
```html
4646
<div class="ui-mention-container">
47+
4748
<textarea ng-model="data" ui-mention my-mention></textarea>
49+
4850
<div class="ui-mention-highlight"></div>
51+
4952
<ul class="dropdown" ng-if="$mention.choices.length">
5053
<li ng-repeat="choice in $mention.choices"
5154
ng-class="{active:$mention.activeChoice==choice}"
5255
ng-click="$mention.select(choice)">
5356
{{::choice.first_name}} {{::choice.last_name}}
5457
</li>
5558
</ul>
59+
5660
</div>
5761
```
5862
And the CSS:

0 commit comments

Comments
 (0)