This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
optional comparator
parameter in $filter('filter')(array, expression, comparator, anyPropertyKey)
#15312
Labels
Milestone
Comments
Listing |
Also, default value is |
That's what I said 😃 |
kylewuolle
added a commit
to kylewuolle/angular.js
that referenced
this issue
Nov 6, 2016
…parator parameter change the documentation for $filter so that the comparator parameter is marked optional. Also specified that the default value is false. Closes angular#15312
I submitted a PR 15371 for this! |
this isn't showing in docs? |
petebacondarwin
pushed a commit
to petebacondarwin/angular.js
that referenced
this issue
Nov 21, 2016
Mark the `comparator` parameter as optional and mention that it defaults to `false`. Fixes angular#15312 Closes angular#15371
petebacondarwin
pushed a commit
to petebacondarwin/angular.js
that referenced
this issue
Nov 21, 2016
Mark the `comparator` parameter as optional and mention that it defaults to `false`. Fixes angular#15312 Closes angular#15371
petebacondarwin
pushed a commit
to petebacondarwin/angular.js
that referenced
this issue
Nov 21, 2016
Mark the `comparator` parameter as optional and mention that it defaults to `false`. Fixes angular#15312 Closes angular#15371
petebacondarwin
pushed a commit
to petebacondarwin/angular.js
that referenced
this issue
Nov 21, 2016
Mark the `comparator` parameter as optional and mention that it defaults to `false`. Fixes angular#15312 Closes angular#15371
petebacondarwin
pushed a commit
to petebacondarwin/angular.js
that referenced
this issue
Nov 21, 2016
Mark the `comparator` parameter as optional and mention that it defaults to `false`. Fixes angular#15312 Closes angular#15371
ellimist
pushed a commit
to ellimist/angular.js
that referenced
this issue
Mar 15, 2017
Mark the `comparator` parameter as optional and mention that it defaults to `false`. Fixes angular#15312 Closes angular#15371
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In this website: https://docs.angularjs.org/api/ng/filter/filter,

comparator
parameter is optional in$filter('filter')(array, expression, comparator, anyPropertyKey)
The text was updated successfully, but these errors were encountered: