File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1900,7 +1900,7 @@ function $ParseProvider() {
1900
1900
1901
1901
var useInputs = parsedExpression . inputs && ! exp . inputs ;
1902
1902
1903
- // Propogate the literal/inputs/constant attributes
1903
+ // Propagate the literal/inputs/constant attributes
1904
1904
// ... but not oneTime since we are handling it
1905
1905
oneTimeWatch . literal = parsedExpression . literal ;
1906
1906
oneTimeWatch . constant = parsedExpression . constant ;
@@ -1987,7 +1987,7 @@ function $ParseProvider() {
1987
1987
fn . $$intercepted = parsedExpression ;
1988
1988
fn . $$interceptor = interceptorFn ;
1989
1989
1990
- // Propogate the literal/oneTime/constant attributes
1990
+ // Propagate the literal/oneTime/constant attributes
1991
1991
fn . literal = parsedExpression . literal ;
1992
1992
fn . oneTime = parsedExpression . oneTime ;
1993
1993
fn . constant = parsedExpression . constant ;
You can’t perform that action at this time.
0 commit comments