Skip to content

Commit 0cf5ee4

Browse files
committed
Add intercepting filters uml diagram
1 parent 8705d2b commit 0cf5ee4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* [Facade](#facade)
2020
* [Proxy](#proxy)
2121
* [Active Record](#active-record)
22+
* [Intercepting Filters](#intercepting-filters)
2223
* [Directives](#directives-1)
2324
* [Composite](#composite)
2425
* [Interpreter](#interpreter)
@@ -573,6 +574,10 @@ Since Martin Fowler states that
573574
574575
`$resource` does not implements exactly the Active Record pattern, since it communicates with RESTful service instead of the database. Anyway, we can consider it as "Active Record like RESTful communication".
575576

577+
#### Intercepting Filters
578+
579+
580+
576581
### Directives
577582

578583
#### Composite

images/intercepting-filters.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)