8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296e9f6 commit 7a5f3b8Copy full SHA for 7a5f3b8
src/ng/interpolate.js
@@ -73,9 +73,8 @@ function $InterpolateProvider() {
73
if (value) {
74
startSymbol = value;
75
return this;
76
- } else {
77
- return startSymbol;
78
}
+ return startSymbol;
79
};
80
81
/**
@@ -91,9 +90,8 @@ function $InterpolateProvider() {
91
90
92
endSymbol = value;
93
94
95
- return endSymbol;
96
- }
+ }
+ return endSymbol;
97
98
99
0 commit comments