@@ -1,4 +1,4 @@ |
|
|
1 |
|
-#Restangular |
|
1 |
+# Restangular |
2 |
2 |
|
3 |
3 |
[\](https://travis-ci.org/mgonto/restangular) |
4 |
4 |
[\](https://coveralls.io/github/mgonto/restangular?branch=master) |
@@ -17,7 +17,7 @@ Restangular is an AngularJS service that simplifies common GET, POST, DELETE, an |
|
|
17 |
17 |
Learn Restangular! Try the [live demo on plunkr](http://plnkr.co/edit/8qrGeE?p=preview). It uses the same example as the official [Angular Javascript Project](http://angularjs.org/#wire-up-a-backend), but with Restangular! Or watch [a video introduction of a talk I gave at Devoxx France](http://www.parleys.com/play/535a189ee4b0c5ba17d43455/chapter1/about) about Restangular. |
18 |
18 |
|
19 |
19 |
|
20 |
|
-#Table of contents |
|
20 |
+# Table of contents |
21 |
21 |
|
22 |
22 |
- [Restangular](#restangular) |
23 |
23 |
- [Differences with $resource](#differences-with-resource) |
@@ -138,7 +138,7 @@ $scope.user.one('messages', 123).one('from', 123).getList('unread'); |
|
|
138 |
138 |
|
139 |
139 |
**[Back to top](#table-of-contents)** |
140 |
140 |
|
141 |
|
-#How do I add this to my project? |
|
141 |
+## How do I add this to my project? |
142 |
142 |
|
143 |
143 |
You can download this by: |
144 |
144 |
|
@@ -155,7 +155,7 @@ You can download this by: |
|
|
155 |
155 |
|
156 |
156 |
**[Back to top](#table-of-contents)** |
157 |
157 |
|
158 |
|
-#Dependencies |
|
158 |
+## Dependencies |
159 |
159 |
|
160 |
160 |
Restangular depends on Angular and Lodash (or Underscore). |
161 |
161 |
|
@@ -173,7 +173,7 @@ Each time, there're more Production WebApps using `Restangular`. If your webapp |
|
|
173 |
173 |
|
174 |
174 |
**[Back to top](#table-of-contents)** |
175 |
175 |
|
176 |
|
-#Starter Guide |
|
176 |
+# Starter Guide |
177 |
177 |
|
178 |
178 |
## Quick Configuration (For Lazy Readers) |
179 |
179 |
This is all you need to start using all the basic Restangular features. |