We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819bd7a commit eedfc34Copy full SHA for eedfc34
README.md
@@ -4,7 +4,7 @@ This repo contains:
4
5
- Presentation available [here](http://danemacaulay.github.io/angularjs-design-patterns)
6
- Example Applications including
7
- - a stronger Model: ``model``
+ - a stronger Model: ``model``
8
- a demonstration of Mediator pattern: ``mediatorDemo``
9
- a demonstration of Command pattern: ``commandDemo``
10
@@ -20,3 +20,9 @@ serve
20
21
Goto [http://localhost:3000/](http://localhost:3000/)
22
23
+
24
+## Plunkr Links
25
26
+- [Model](http://embed.plnkr.co/P9Pgs1/)
27
+- [Mediator](http://embed.plnkr.co/wKNT9iBsygkmakWOnI3j/preview)
28
+- [Command](http://embed.plnkr.co/1ugNUHWrO1N5VngLFYzm/)
0 commit comments