Skip to content

Commit 7cb0465

Browse files
committed
Update README.md
1 parent 8d8793c commit 7cb0465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If you add the ng-model directive to same the element as ui-select2 then the pic
104104
```html
105105
<select ui-select2 ng-model="select2" data-placeholder="Pick a number">
106106
<option value=""></option>
107-
<option ng-repeat="{{number in range}}" value="{{number.value}}">{{number.text}}</option>
107+
<option ng-repeat="number in range" value="{{number.value}}">{{number.text}}</option>
108108
</select>
109109
```
110110

0 commit comments

Comments
 (0)