Skip to content

Commit 032fb65

Browse files
committed
Merge pull request #4 from mgechev/master
Fix the structure of readme.md
2 parents b3e2c7c + 6a9734b commit 032fb65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
* [Page Controller](#page-controller)
3232
* [Others](#others)
3333
* [Module Pattern](#module-pattern)
34-
* [AngularJS application Patterns](#angularjs-application-patterns)
3534
* [Data Mapper](#data-mapper)
3635
* [References](#references)
3736

@@ -976,8 +975,6 @@ app.factory('foo', function () {
976975
977976
Once we want to inject `foo` inside any other component we won't be able to use the private methods, but only the public ones. This solution is extremely powerful especially when one is building a reusable library.
978977
979-
## AngularJS application Patterns
980-
981978
### Data Mapper
982979
983980
>A Data Mapper is a Data Access Layer that performs bidirectional transfer of data between a persistent data store (often a relational database) and an in memory data representation (the domain layer). The goal of the pattern is to keep the in memory representation and the persistent data store independent of each other and the data mapper itself.

0 commit comments

Comments
 (0)