4,513,312 th visitor since 2017.2.1 ( Today : 3879 )
Programming
No. 763
Name. swindler
Subject. AngularJS
Main Cate. Javascript
Sub Cate.
Date. 2014-01-20 14:35
Hit. 2895 (211.36.27.3)
File. AngularJS-large.png   
http://angularjs.org/

google에서 추진하고 있는 javascript 프레임웍이라고 할 수 있다.

1. MVC Pattern

2. Client Side Template

3. Dependency Injection

4. Auto Data Binding

5. Directive
아래 예제에서 ng0app, ng-controller 등 새로운 속성이 보이는데,
이것처럼 HTML 확장 문법을 Directive 라고 한다.
개발자가 직접 지시어를 정의하는 것도 가능하다.



<html ng-app>
<head>
    <script src="angular.js"/></script>
    <script src="controllers.js"/></script>
</head>
<body>
    <div ng-controller='Controller'>
<input ng-model='hello.text'>
<p/>{{hello.text}}, World</p>
    </div>
</body>
</html>






[바로가기 링크] : http://coolx.net/cboard/develop/763



Name
Password
Comment
Copyright © 1999-2017, swindler. All rights reserved. 367,611 visitor ( 1999.1.8-2004.5.26 ), 2,405,771 ( -2017.01.31)

  2HLAB   2HLAB_Blog   RedToolBox   Omil   Omil_Blog