|
@@ -1,12 +1,12 @@
|
|
|
# 依赖和注入
|
|
|
-### angular-resource [Git](https://github.com/angular/bower-angular-resource)
|
|
|
+### [angular-resource](https://github.com/angular/bower-angular-resource)
|
|
|
bower install angular-resource@1.5.3 --save
|
|
|
|
|
|
<script src="lib/angular-resource/angular-resource.js"></script>
|
|
|
|
|
|
angular.module('myApp', ['ngResource']);
|
|
|
|
|
|
-### angular-underscore-module [Git](https://github.com/andresesfm/angular-underscore-module)
|
|
|
+### [angular-underscore-module](https://github.com/andresesfm/angular-underscore-module)
|
|
|
bower install angular-underscore-module --save
|
|
|
|
|
|
<script src="lib/underscore/underscore-min.js"></script>
|