http://docs.angularjs.org/tutorial/step_00で説明されているように実行しましたが、phonecat の例を AngularJS として実行できません。一連の html ファイルのように実行されます。たとえば、app/index-async.html ページでは、Chrome のコンソールに次のエラーが表示されます。
Uncaught Error: No module: myApp
このファイルには
angular.bootstrap(document, ['myApp']);