Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
/angular.jsPublic archive

Commite29900c

Browse files
Ikko Ashiminepetebacondarwin
Ikko Ashimine
authored andcommitted
docs($parse): fix typo in parse.js
Propogate -> Propagate
1 parent02545a8 commite29900c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/ng/parse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ function $ParseProvider() {
19001900

19011901
varuseInputs=parsedExpression.inputs&&!exp.inputs;
19021902

1903-
//Propogate the literal/inputs/constant attributes
1903+
//Propagate the literal/inputs/constant attributes
19041904
// ... but not oneTime since we are handling it
19051905
oneTimeWatch.literal=parsedExpression.literal;
19061906
oneTimeWatch.constant=parsedExpression.constant;
@@ -1987,7 +1987,7 @@ function $ParseProvider() {
19871987
fn.$$intercepted=parsedExpression;
19881988
fn.$$interceptor=interceptorFn;
19891989

1990-
//Propogate the literal/oneTime/constant attributes
1990+
//Propagate the literal/oneTime/constant attributes
19911991
fn.literal=parsedExpression.literal;
19921992
fn.oneTime=parsedExpression.oneTime;
19931993
fn.constant=parsedExpression.constant;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp