Skip to content

Commit 266d615

Browse files
Small lint fix
1 parent de5fb61 commit 266d615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{ id: 1, label: "Field 1", value: 10 },
1313
{ id: 2, label: "Field 2", value: 20 },
1414
{ id: 3, label: "Field 3", value: 30 },
15-
]
15+
];
1616
$scope.submit = function(form) {
1717
debugger;
1818
};

0 commit comments

Comments
 (0)