Skip to content

Commit a319b98

Browse files
test(ngOptions): fix typo
1 parent c3a654b commit a319b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/ngOptionsSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ describe('ngOptions', function() {
20132013
});
20142014

20152015

2016-
it('should support biding via ngBind attribute', function() {
2016+
it('should support binding via ngBind attribute', function() {
20172017
var option;
20182018
createSingleSelect('<option value="" ng-bind="blankVal"></option>');
20192019

0 commit comments

Comments
 (0)