Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cf9331a

Browse files
style(ngOptionsSpec): add extra newline for better formatting
1 parent 02977c5 commit cf9331a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/ng/directive/ngOptionsSpec.js

+1
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ describe('ngOptions', function() {
10251025
expect(element).toEqualSelectValue(scope.selected);
10261026
});
10271027

1028+
10281029
it('should update options in the DOM', function() {
10291030
compile(
10301031
'<select ng-model="selected" ng-options="item.id as item.name for item in values"></select>'

0 commit comments

Comments
 (0)