Skip to content

Instantly share code, notes, and snippets.

@Urigo
Urigo / Meteor client side libraries
Last active October 11, 2015 19:21
Libraries to work with Meteor on a separate client side
https://github.com/idanwe/meteor-client-side
https://github.com/gadicc/meteor-client-side
https://github.com/eface2face/meteor-client
https://github.com/aleclarson/meteor-client
https://github.com/frozeman/meteor-build-client
@Urigo
Urigo / gist:3986849
Created October 31, 2012 12:44
Changes to Angular JS to let you orderBy objects instead of just arrays.
diff --git a/src/ng/filter/orderBy.js b/src/ng/filter/orderBy.js
index 93f3f5a..ddf2552 100644
--- a/src/ng/filter/orderBy.js
+++ b/src/ng/filter/orderBy.js
@@ -6,12 +6,12 @@
* @function
*
* @description
- * Orders a specified `array` by the `expression` predicate.
+ * Orders a specified `input` by the `expression` predicate.