diff --git a/examples/demo.js b/examples/demo.js index 1f5986d87..6922fcf8b 100644 --- a/examples/demo.js +++ b/examples/demo.js @@ -5,8 +5,8 @@ var app = angular.module('demo', ['ngSanitize', 'ui.select']); /** * AngularJS default filter with the following expression: * "person in people | filter: {name: $select.search, age: $select.search}" - * performs a AND between 'name: $select.search' and 'age: $select.search'. - * We want to perform a OR. + * performs an AND between 'name: $select.search' and 'age: $select.search'. + * We want to perform an OR. */ app.filter('propsFilter', function() { return function(items, props) {