AngularJS (2) 썸네일형 리스트형 AngularJS) directives, Expressions, Applications AngularJS Introduction ng-directives - ng-app : defines an AngularJS application. - ng-model : binds the value of HTML controls (input, select, textarea) to application data. - ng-bind : binds application data to the HTML view. - ng-init : initializes AngularJS application variables. //data-ng-를 ng- 대신 사용할 수 있음. AngularJS Expressions {{ expression }} -AngularJS will "output" data exactly where t.. 앵귤러JS (AngularJS) 구글이 지원하고 있는 오픈 소스 웹 어플리케이션 프레임워크 앵귤러JS는 자바스크립트로 제작. 기본적으로 MVC (Model-View-Controller) 모델 지원 Two Way Data-Binding : Model과 View에서 사용되고 있는 데이터를 연결해줘서 어느 한쪽에서 데이터 값이 변하면 다른 쪽에도 바로 업데이트가 되도록 해주는 기능 이전 1 다음