Skip to content

Commit f1fb1f1

Browse files
committed
Merge pull request mgechev#10 from morizotter/fix-table-of-contents-hierarchy
Fix Table of Contents hierarchy
2 parents 7509e4a + 6ae887a commit f1fb1f1

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
* [Abstract](#abstract)
88
* [Introduction](#introduction)
99
* [AngularJS overview](#angularjs-overview)
10-
* [Partials](#partials)
11-
* [Controllers](#controllers)
12-
* [Scope](#scope)
13-
* [Directives](#directives)
14-
* [Filters](#filters)
15-
* [Services](#services)
10+
* [Partials](#partials)
11+
* [Controllers](#controllers)
12+
* [Scope](#scope)
13+
* [Directives](#directives)
14+
* [Filters](#filters)
15+
* [Services](#services)
1616
* [AngularJS Patterns](#angularjs-patterns)
17-
* [Services](#services-1)
18-
* [Singleton](#singleton)
19-
* [Factory Method](#factory-method)
20-
* [Decorator](#decorator)
21-
* [Facade](#facade)
22-
* [Proxy](#proxy)
23-
* [Active Record](#active-record)
24-
* [Intercepting Filters](#intercepting-filters)
25-
* [Directives](#directives-1)
26-
* [Composite](#composite)
17+
* [Services](#services-1)
18+
* [Singleton](#singleton)
19+
* [Factory Method](#factory-method)
20+
* [Decorator](#decorator)
21+
* [Facade](#facade)
22+
* [Proxy](#proxy)
23+
* [Active Record](#active-record)
24+
* [Intercepting Filters](#intercepting-filters)
25+
* [Directives](#directives-1)
26+
* [Composite](#composite)
2727
* [Interpreter](#interpreter)
28-
* [Template View](#template-view)
29-
* [Scope](#scope-1)
30-
* [Observer](#observer)
31-
* [Chain of Responsibilities](#chain-of-responsibilities)
32-
* [Command](#command)
33-
* [Controller](#controller-1)
34-
* [Page Controller](#page-controller)
35-
* [Others](#others)
36-
* [Module Pattern](#module-pattern)
28+
* [Template View](#template-view)
29+
* [Scope](#scope-1)
30+
* [Observer](#observer)
31+
* [Chain of Responsibilities](#chain-of-responsibilities)
32+
* [Command](#command)
33+
* [Controller](#controller-1)
34+
* [Page Controller](#page-controller)
35+
* [Others](#others)
36+
* [Module Pattern](#module-pattern)
3737
* [Data Mapper](#data-mapper)
3838
* [References](#references)
3939

0 commit comments

Comments
 (0)