From 5a90f4f4bca38357e01fb96dfa39c1a2bb06e682 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 1 Jan 2013 10:55:03 -0500 Subject: [PATCH] add FAQ --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..6e7e893 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,4 @@ +# Batarang FAQ + +### How do I measure a directive's performance? +If your directive uses `$watch`, you should be able to see the watch expression wherever your directive is used.