Skip to content

Commit 1afbeda

Browse files
committed
Update README.md
1 parent 817013c commit 1afbeda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ app.controller('AppCtrl', function($scope) {
2828
$scope.ddSelectOptions = [
2929
{
3030
text: 'Option1',
31-
iconCls: 'someicon'
31+
value: 'a value'
3232
},
3333
{
3434
text: 'Option2',
35+
value: 'another value',
3536
someprop: 'somevalue'
3637
},
3738
{

0 commit comments

Comments
 (0)