diff --git a/src/ng/filter/orderBy.js b/src/ng/filter/orderBy.js index 319950a1a8af..8e816ab7a79a 100644 --- a/src/ng/filter/orderBy.js +++ b/src/ng/filter/orderBy.js @@ -61,6 +61,44 @@ + + + + +
+ + + + + + + + + + + +
Name + ( + ^)Phone Number + Age +
{{friend.name}}{{friend.phone}}{{friend.age}}
+
+
+
*/ orderByFilter.$inject = ['$parse']; function orderByFilter($parse){