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

Commit 210c184

Browse files
committedMar 13, 2015
style(ngOptionsSpec): ensure two newlines between specs
1 parent 1846572 commit 210c184

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/ng/directive/ngOptionsSpec.js

+2
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ describe('ngOptions', function() {
362362
expect(options.eq(2)).toEqualOption(scope.values[2], 'D');
363363
});
364364

365+
365366
it('should preserve pre-existing empty option', function() {
366367
createSingleSelect(true);
367368

@@ -855,6 +856,7 @@ describe('ngOptions', function() {
855856
expect(options.eq(2)).toEqualTrackedOption(20, 'twenty');
856857
});
857858

859+
858860
it('should preserve value even when reference has changed (single&array)', function() {
859861
createSelect({
860862
'ng-model': 'selected',

0 commit comments

Comments
 (0)