You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2021. It is now read-only.
A kb-item in a kb-list can selected using the arrow keys and by clicking on the kb-item.
44
+
A `kb-item` in a `kb-list` can selected using the arrow keys and by clicking on the `kb-item`.
45
45
46
46
#### Example
47
47
48
48
```html
49
-
<divkb-listng-model="selectedItem"ng-repeat="item in items">
50
-
<divkb-item="item">{{item.title}}</div>
51
-
</div>
49
+
<divkb-listng-model="selectedItem"ng-repeat="item in items">
50
+
<divkb-item="item">{{item.title}}</div>
51
+
</div>
52
52
```
53
53
54
54
Example styling
@@ -64,22 +64,22 @@ Example styling
64
64
65
65
### kbSelect
66
66
67
-
A kb-item in a kb-select can activated using the arrow keys but is selected (and deselected) by pressing 'space' or 'enter' keys or clicking an the kb-item.
67
+
A `kb-item` in a `kb-select` can activated using the arrow keys but is selected (and deselected) by pressing 'space' or 'enter' keys or clicking an the `kb-item`.
68
68
69
69
#### Example
70
70
71
71
```html
72
-
<divkb-selectng-model="selectedItem"ng-repeat="item in items">
73
-
<divkb-item="item">{{item.title}}</div>
74
-
</div>
72
+
<divkb-selectng-model="selectedItem"ng-repeat="item in items">
0 commit comments