你的心如利箭 在风中笔直的飞翔
github DNS ALEXA CDN
jquery JS CSS CSS3 HTML5 svg php --- isux w3cplus

21270

  博客园  :: 首页  ::  ::  ::  :: 管理

站点:

http://www.angularjs.cn/   angularjs中文社区

http://www.jb51.net/article/60733.htm   AngularJS内置指令

 

 

基本页面:

<!doctype html>
<html ng-app="">
<head>
<meta charset="utf-8">
<script src="http://cdn.bootcss.com/angular.js/1.4.0/angular.min.js"></script>
</head>
<body>
名字: <input type="text" ng-model="yourname"><br>
Hello {{yourname || 'World'}}!
<p ng-bind="yourname"></p>
</body>
</html>

 

 

 

 

相关文章:

http://www.angularjs.cn/A0bz   Think in AngularJS:对比jQuery和AngularJS的不同思维模式

http://damoqiongqiu.iteye.com/blog/1922004   对比Angular/jQueryUI/Extjs:没有一个框架是万能的

posted on 2015-06-16 13:15  bjhhh  阅读(180)  评论(0编辑  收藏  举报