From ed81d19ce9b1ce8b8d2a6af3bca75fcc5ca2b950 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 2 Apr 2013 09:02:02 -0700 Subject: chore(docs): correct few unclosed elements Conflicts: src/ng/filter/filter.js --- src/ng/filter/filter.js | 8 ++++---- src/ng/filter/orderBy.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ng/filter/filter.js b/src/ng/filter/filter.js index 525de42b..d7429f6b 100644 --- a/src/ng/filter/filter.js +++ b/src/ng/filter/filter.js @@ -43,22 +43,22 @@ Search: - + - +
NamePhone
NamePhone
{{friend.name}} {{friend.phone}}

Any:
Name only
Phone only
- + - +
NamePhone
NamePhone
{{friend.name}} {{friend.phone}}
diff --git a/src/ng/filter/orderBy.js b/src/ng/filter/orderBy.js index f9f9c09a..d5a33836 100644 --- a/src/ng/filter/orderBy.js +++ b/src/ng/filter/orderBy.js @@ -52,12 +52,12 @@ (^) Phone Number Age - + {{friend.name}} {{friend.phone}} {{friend.age}} - + -- cgit v1.2.3