반응형
오류
Error: [$parse:syntax] http://errors.angularjs.org/1.2.1/$parse/syntax?....
코드
<span ng-click="openPopup('main', {{$index}} )"></span>
해결
<span ng-click="openPopup('main', $index)"></span>
https://stackoverflow.com/questions/25240616/angular-function-error-parsesyntax
반응형
'개발 환경 및 오류' 카테고리의 다른 글
react / webpack ] export 'filename' was not found in './xx' (1) | 2019.01.25 |
---|---|
IE에서 iframe pdf z-index 적용 안되는 이슈 (0) | 2018.12.07 |
JsRender #index 작동 안함. (0) | 2018.05.09 |
SHA(Secure Hash Algorithm, 안전한 해시 알고리즘) (0) | 2017.02.28 |
jpa update (0) | 2017.02.04 |