Skip to content

Commit 98f929a

Browse files
committed
extra credit
1 parent 8932fb0 commit 98f929a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ git clone git@github.com:davemo/advanced-directives-with-angular-js.git
2323
cd advanced-directives-with-angular-js
2424
serve
2525
```
26+
27+
# Extra Credit
28+
29+
Some things in the screencast aren't complete and some things could definitely done better. This section is a challenge to you, the reader/watcher to improve the code and level up your knowledge in the process! Try and tackle some of these challenges if you want:
30+
31+
* Bugfix: the editor currently shows up multiple times, fix it so this doesn't happen (hint: maybe an 'edit' state that's tracked could help the directive know if it should execute `.insertAfter`)
32+
* Feature: make the expandy arrow thing point down when expanded and to the right when collapsed.
33+

0 commit comments

Comments
 (0)