웹프로그래밍/AngularJS
Angular js 시작하기
발전하는개발자
2020. 1. 11. 14:14
<html>
<body ng-app>
hello world!
</body>
</html>
위 와 같이 ng-app이라고 쓰게 되면 아래 영역에서 angular directive를 찾아서 해석 하는 과정을 거치게 된다.
반응형