Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit dfa0969

Browse files
committed
Merge pull request #1509 from toubou91/patch-1
Update demo.js
2 parents 161cff5 + ccfc808 commit dfa0969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/demo.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ var app = angular.module('demo', ['ngSanitize', 'ui.select']);
55
/**
66
* AngularJS default filter with the following expression:
77
* "person in people | filter: {name: $select.search, age: $select.search}"
8-
* performs a AND between 'name: $select.search' and 'age: $select.search'.
9-
* We want to perform a OR.
8+
* performs an AND between 'name: $select.search' and 'age: $select.search'.
9+
* We want to perform an OR.
1010
*/
1111
app.filter('propsFilter', function() {
1212
return function(items, props) {

0 commit comments

Comments
 (0)