<html>
<body ng-app>
hello world!
</body>
</html>
위 와 같이 ng-app이라고 쓰게 되면 아래 영역에서 angular directive를 찾아서 해석 하는 과정을 거치게 된다.
반응형
'웹프로그래밍 > AngularJS' 카테고리의 다른 글
AngularJS 의 큰 틀을 살펴보자~ (0) | 2019.11.04 |
---|
<html>
<body ng-app>
hello world!
</body>
</html>
위 와 같이 ng-app이라고 쓰게 되면 아래 영역에서 angular directive를 찾아서 해석 하는 과정을 거치게 된다.
AngularJS 의 큰 틀을 살펴보자~ (0) | 2019.11.04 |
---|