앵귤러js 1강
<%@ page language=”java” contentType=”text/html; charset=EUC-KR”
pageEncoding=”EUC-KR”%>
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd“>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=EUC-KR”>
<title>Insert title here</title>
</head>
<body>
<script type=”text/javascript” src=”</script’>http://code.angularjs.org/angular-1.0.0rc10.min.js”></script>
</body>
<div ng-app=””>
<input type=”text” ng-model=”name”>
<p>{{name}}</p>
</div>
</html>