Skip to content

Instantly share code, notes, and snippets.

@pr-lawrence
Created March 1, 2015 06:21
Show Gist options
  • Save pr-lawrence/69214cfabc31808cc237 to your computer and use it in GitHub Desktop.
Save pr-lawrence/69214cfabc31808cc237 to your computer and use it in GitHub Desktop.
20150301- 3차 스터디 김경범
1. docs(guide): minor grammar fixes
2. doc(guide): Fix examples of $location.html5mode
3. doc(guide): Fixed typos at the unit tests guide
4. docs(ngMock.$httpBackend): fix variable declaration
5. docs(rootScope): correct code examples
6. docs($injector): clarify $inject property description
Section heading about `$inject` property refers to it as `$injector` property.
7. test(ngBindHtml): prevent variable name leak
Add "var" so element is local instead of global
8. docs($cookies): added example to $cookies api docs
Better than nothing.
9. docs(tutorial): remove extra back-tick character
10. docs(guide): fix some invalid javascript in directive documentation
Use double quotes to maintain consistency with other HTML
1. docs(guide) : 사소한 문법 수정
2. doc(guide) : $location.html5mode의 예제 수정
3. doc(guide) : 유닛 테스트 가이드에 오타 수정
4. docs(ngMock.&httpBackend) : 변수 선언 수정
5. docs(rootScope) : 코드 예제 수정
6. docs($injector) : $inject 속성을 명확하게 함
`$inject` 속성에 대한 섹션의 머릿말은 `$injector`속성을 나타낸다.
7. test(ngBindHtml): 변수명이 새는 것을 막는다.
"var"를 추가하면 요소는 전역 대신 지역이 된다.
8. docs($cookies): $cookies api 문서의 예제를 추가했다.
없는 것보다는 나은거 같다.
9. docs(tutorial): 남은 ` 문자 제거
10. docs(guide): 지시자 문서에 적절하지 않은 자바스크립트 수정
다른 HTML과 함께 견고함을 유지하기 위해 쌍 따옴표를 사용
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment