概述
这些练习旨在伴随初学者到中级 angularjs 课程。
先决条件
Python
开始
git clone https://github.com/rachelhathaway/mm-angular-training.git
cd mm-angular-training
bower install
python -m SimpleHTTPServer
脚步
使用git checkout xx签出一个步骤,其中xx是步骤编号。
b.00 - 模块
声明应用程序、控制器、服务、过滤器和指令模块。
b.01 - DI + 简单路由和视图
将 angular-route.js 添加到项目中。 将其注入应用程序。
将 config() 方法添加到主应用程序。
将 $locationProvider 和 $routeProvider 注入 config 方法。
使用 $location
2021-06-23 12:04:34
5KB
HTML
1