<!doctype html><html lang="en" ng-app><head><meta charset="UTF-8"><title>AngularJS Hello World</title></head><body><script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular.min.js"></script><script>function DowonController($scope) {$scope.DowonProperty = "YoungSik";}</script><div ng-controller="DowonController"><input type="text" ng-model="DowonProperty" ng-model-instant/>Hello World{{DowonProperty}}</div></body>
- 소스 : https://github.com/ysyun/prototyping/blob/master/angularjs/hellworld.html
<참조>
- 동강 모음 http://johnlindquist.com/
- 페이스북 공개그룹 : https://www.facebook.com/groups/frontiner/permalink/525021784200620/
AngularJS Hello World
http://www.youtube.com/
AngularJS - Getting Started - Google+
https://plus.google.com/
1. Devoxx 2012: AngularJS
http://www.youtube.com/
2. Mastering AngularJS - 1. Introduction
http://www.youtube.com/
3. Mastering AngularJS - 2. Using Directives .....감동의 도가니탕
http://www.youtube.com/
4. AngularJS Tutorial .....감동의 도가니탕
http://www.youtube.com/
5. AngularJS Twitter Search
http://www.youtube.com/
6. AngularJS - Directive Tutorial
http://www.youtube.com/
7. AngularJS - Custom Components - Part 1
http://www.youtube.com/
8. AngularJS - Custom Components - Part 2
http://www.youtube.com/
9. AngularJS - Communicating Between Controllers
http://www.youtube.com/
10. AngularJS and DOM Manipulation
http://www.youtube.com/
11. AngularJS - Handy Tricks With Developer Tools ...어려워 나중에
http://www.youtube.com/
12. AngularJS Routing ..............................
http://www.youtube.com/
13. AngularJS - Behave like Gmail using Routes with Resolve
http://www.youtube.com/
14. AngularJS + Chosen Plugin = Awesome
http://www.youtube.com/
'AngularJS > Prototyping' 카테고리의 다른 글
[AngularJS] iCheck JQuery Plugin 을 AngularJS와 통합하기 (0) | 2013.08.20 |
---|---|
[AngularJS] Twitter Search 만들기 (0) | 2013.04.05 |
[AngularJS] Todo 목록 만들기 (0) | 2013.04.05 |