인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

joymincong1858's profile image
joymincong1858

asked

AngularJS Basic Concepts and Practice Building a To-Do App - Angular Course

ngClick

item.id 에서 id가 뭔가요?????

Written on

·

322

0

id가 갑자기 나와서 궁굼합니다... html태그에 할당된 id 값을 말하는건 아닌것 같은데..

Angular

Answer 1

1

테스트해보니
$scope 으로 전달되는 배열을 앵귤러에서 별도로 객체 가공하는것 같네요 그러면서 id가 포함되고요.

joymincong1858's profile image
joymincong1858

asked

Ask a question