Skip to content

Commit 60a7e2d

Browse files
committed
Fix TOC
1 parent 18abe83 commit 60a7e2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
* [Filters](#filters)
1313
* [Services](#services)
1414
* [AngularJS Patterns](#angularjs-patterns)
15-
* [Services](#services)
15+
* [Services](#services-1)
1616
* [Singleton](#singleton)
1717
* [Factory Method](#factory-method)
1818
* [Decorator](#decorator)
1919
* [Facade](#facade)
2020
* [Proxy](#proxy)
21-
* [Partials](#partials)
21+
* [Active Record](#active-record)
22+
* [Directives](#directives-1)
2223
* [Composite](#composite)
2324
* [Interpreter](#interpreter)
24-
* [Scope](#scope)
25+
* [Scope](#scope-1)
2526
* [Observer](#observer)
2627
* [Chain of Responsibilities](#chain-of-responsibilities)
2728
* [Template View](#template-view)
28-
* [Services](#services)
29-
* [Active Record](#active-record)
29+
* [Controller](#controller-1)
3030
* [Page Controller](#page-controller)
31-
* [Common](#common)
31+
* [Others](#others)
3232
* [Module Pattern](#module-pattern)
3333
* [AngularJS application Patterns](#angularjs-application-patterns)
3434
* [Data Mapper](#data-mapper)
@@ -873,7 +873,7 @@ The most appropriate location to verify that the user is already authenticated i
873873

874874
The `ChildCtrl` is responsible for handling actions such as clicking the button with label `"Click"` and exposing the model to the view, by attaching it to the scope.
875875

876-
### Common
876+
### Others
877877

878878
#### Module Pattern
879879

0 commit comments

Comments
 (0)