“Tech:PhoneCat入门”的版本间的差异

来自AboveCloud
跳转至: 导航搜索
(以“https://code.angularjs.org/1.4.8/docs/tutorial Phonecat是angularJS入门的一个教程。 ==开始之前== 先吐槽一下:他这个教程的名字很有歧义...”为内容创建页面)
 
第17行: 第17行:
 
* Identify resources for learning more about AngularJS.
 
* Identify resources for learning more about AngularJS.
  
==0 - Bootstrapping==
+
 
==1 - Static Template==
+
==Chapter 0 - Bootstrapping==
==2 - Angular Templates==
+
==Chapter 1 - Static Template==
==3 - Filtering Repeaters==
+
==Chapter 2 - Angular Templates==
==4 - Two-way Data Binding==
+
==Chapter 3 - Filtering Repeaters==
==5 - XHRs & Dependency Injection==
+
==Chapter 4 - Two-way Data Binding==
==6 - Templating Links & Images==
+
==Chapter 5 - XHRs & Dependency Injection==
==7 - Routing & Multiple Views==
+
==Chapter 6 - Templating Links & Images==
==8 - More Templating==
+
==Chapter 7 - Routing & Multiple Views==
==9 - Filters==
+
==Chapter 8 - More Templating==
==10 - Event Handlers==
+
==Chapter 9 - Filters==
==11 - REST and Custom Services==
+
==Chapter 10 - Event Handlers==
==12 - Applying Animations==
+
==Chapter 11 - REST and Custom Services==
==The End==
+
==Chapter 12 - Applying Animations==
 +
==Chapter The End==

2015年12月16日 (三) 14:17的版本

https://code.angularjs.org/1.4.8/docs/tutorial

Phonecat是angularJS入门的一个教程。

开始之前

先吐槽一下:他这个教程的名字很有歧义,我看了标题觉得很晕,我要看angularJS教程,怎么进入到Phonecat了?这是个软件吗?还是个啥?

吐槽完毕,继续学习。之前为了着急做项目,其实所有的文档、教程看得不细致,特别是关于测试的部分直接掠过,这次决定还是要按部就班走一下的。

  • Create a dynamic application that works in all modern browsers.
  • Use data binding to wire up your data model to your views.
  • Create and run unit tests, with Karma.
  • Create and run end to end tests, with Protractor.
  • Move application logic out of the template and into Controllers.
  • Get data from a server using Angular services.
  • Apply animations to your application, using ngAnimate.
  • Identify resources for learning more about AngularJS.


Chapter 0 - Bootstrapping

Chapter 1 - Static Template

Chapter 2 - Angular Templates

Chapter 3 - Filtering Repeaters

Chapter 4 - Two-way Data Binding

Chapter 5 - XHRs & Dependency Injection

Chapter 6 - Templating Links & Images

Chapter 7 - Routing & Multiple Views

Chapter 8 - More Templating

Chapter 9 - Filters

Chapter 10 - Event Handlers

Chapter 11 - REST and Custom Services

Chapter 12 - Applying Animations

Chapter The End