daniellmb / angular-test-patterns

A High-Quality Guide for Testing Angular 1.x
MIT License
867 stars 100 forks source link

Feature/issue8 #14

Closed yanivefraim closed 9 years ago

yanivefraim commented 9 years ago

Added a directive with isolated scope + basic test. (todo: add more tests...)

daniellmb commented 9 years ago

@yanivefraim thanks for putting this together, looks like a great start. I added a couple quick comments to 05b690e, that I'd like addressed before I merge.

yanivefraim commented 9 years ago

Fixed both comments. Thanks!