AngularJS 튜토리얼 - Hello 예제

Jmnote (토론 | 기여)님의 2015년 6월 18일 (목) 18:11 판 (→‎hello.html)
AngularJS 튜토리얼

1 hello.html

<!doctype html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.min.js"></script>
</head>
<body>

<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">

<h1>Hello {{yourName}}!</h1>

</body>
</html>

2 테스트

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}