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

Commit 5ec5aa7

Browse files
style(ngOptionsSpec): remove excess space
This was inadvertently added in 7b2ecf4
1 parent bf5ac52 commit 5ec5aa7

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
@@ -125,7 +125,7 @@ describe('ngOptions', function() {
125125

126126
.directive('oCompileContents', function() {
127127
return {
128-
link: function(scope, element) {
128+
link: function(scope, element) {
129129
linkLog.push('linkCompileContents');
130130
$compile(element.contents())(scope);
131131
}

0 commit comments

Comments
 (0)