AngularJS の理解用のメモ

/ Tutorial / 0 - Bootstrapping AngularJS

  • <html ng-app>
  • <script src="bower_components/angular/angular.js">
  • Nothing here {{'yet' + '!'}}
    • Nothing here yet!

/ Tutorial / 2 - AngularJS Templates AngularJS

  • View and Template
    • app/index.html
      • ng-repeat = foreach
  • Model and Controlle
    • app/app.js
  • Scope
    • https://docs.angularjs.org/img/tutorial/tutorial_02.png

/ Tutorial / 3 - Components AngularJS

  • Using Components
    • https://docs.angularjs.org/img/tutorial/tutorial_03.png
      • 最初は?でしたが、独自タグの定義と見ると理解した気がする。ビューとコントローラーを詰め込むあたり凄いな。

4 - Directory and File Organization AngularJS

  • 参照順序
    • app.module.js → phone-list.module.js → phone-list.component.js → phone-list.template.html