controller1 [Angular] Controller [Angular] Controller Controller 모듈 생성하기1. angular.module("myApp",[]); 모듈생성하기2. Ctrl1이라는 이름의 컨트롤러 생성3. myApp 컨트롤러에서 scope을 설정한다.4. 설정한 scope내부에서 선언한 name, nums는 해당 Controller에서만 적용된다.5. Ctrl2에서 선언한 friends는 ng-repeat을 이용해 출력한다. : 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263Step02_controller.html // angular 모듈 만들기 var myApp=a.. 2017. 8. 25. 이전 1 다음