Top "Angularjs-filter" questions

Selects a subset of items from array and returns it as a new array.

ng-repeat :filter by single field

I have an array of products that I'm repeating over using ng-repeat and am using <div ng-repeat="product in …

angularjs ng-repeat angularjs-filter
Limit the length of a string with AngularJS

I have the following: <div>{{modal.title}}</div> Is there a way that I could limit …

angularjs filter angularjs-filter
Descending order by date filter in AngularJs

<div class="recent" ng-repeat="reader in (filteredItems = (book.reader | orderBy: 'created_at' | limitTo: 1))"> </div> So the …

angularjs angularjs-filter
filters on ng-model in an input

I have a text input and I don't want to allow users to use spaces, and everything typed will be …

angularjs angularjs-filter dom-manipulation angularjs-ng-model
Using AngularJS date filter with UTC date

I have an UTC date in milliseconds which I am passing to Angular's date filter for human formatting. {{someDate | date:…

angularjs datetime angularjs-filter
Angular.js ng-repeat filter by property having one of multiple values (OR of values)

Is it possible to filter an array of objects, such that the value of property can be either of a …

javascript angularjs angularjs-ng-repeat angularjs-filter
angularjs force uppercase in textbox

I've tried using the uppercase filter but it does not work. I've tried doing it two ways: <input type="…

javascript angularjs uppercase angularjs-filter
Angularjs OrderBy on ng-repeat doesn't work

I'm trying to use AngularJS for my first project (a tournaments manager) and the orderBy filter on ng-repeat doesn't work :( …

angularjs angularjs-ng-repeat angularjs-filter
How to get checkbox value in angularjs?

I have a 10(or n)checkbox in my ng-view. Now I would like to ask here that What is the …

arrays angularjs asp.net-mvc-4 angularjs-filter angular-routing
Removing AngularJS currency filter decimal/cents

Is there a way to remove the decimal/cents from the output of a currency filter? I'm doing something like …

angularjs filter formatting angularjs-filter