Skip to content

Commit dd9c1b2

Browse files
committed
13장 내용 보완
1 parent 1d43216 commit dd9c1b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

document/AngularJS/docs/angularJS 13장.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $on(name, handler) - 스코츠에서 특정 이벤트를 수신할 때 호출할
125125
## 스코프리스 컨트롤러 활용
126126

127127
- 스코프를 전혀 사용하지 않고 데이터 동작을 제공
128-
- 스코프가 지나치게 복잡하거나 사용할 필요가 없으 경우 사용
128+
- 스코프가 지나치게 복잡하거나 사용할 필요가 없을 경우 사용
129129

130130
[예제](http://codepen.io/skypentum/pen/yeGLpz?editors=1000)
131131

@@ -135,7 +135,7 @@ $on(name, handler) - 스코츠에서 특정 이벤트를 수신할 때 호출할
135135
- 스코프 연동 메소드
136136
```
137137
$apply(expr) - 스코프에 변경 사항을 적용
138-
$watch(expr, handler) - 표현식을 통해 차조한 값이 바뀔 때 이를 통보받을 핸들러를 등록
138+
$watch(expr, handler) - 표현식을 통해 참조한 값이 바뀔 때 이를 통보받을 핸들러를 등록
139139
$watchCollection(object, handler) - 지정한 객체 내 임의의 속성이 바뀔 때 이를 통보받을 핸들러를 등록
140140
```
141141

0 commit comments

Comments
 (0)