Skip to content

Commit

Permalink
Merge pull request #4252 from AgDude/master
Browse files Browse the repository at this point in the history
doc(typo) Fix typo and grammatical issue in flatEntityAccess
  • Loading branch information
AgDude committed Aug 24, 2015
2 parents fb709e6 + e3140b2 commit a0c5b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/core/factories/GridOptions.js
Expand Up @@ -188,10 +188,10 @@ angular.module('ui.grid')
* @name flatEntityAccess
* @propertyOf ui.grid.class:GridOptions
* @description Set to true if your columns are all related directly to fields in a flat object structure - i.e.
* each of your columns associate directly with a propery one each of the entities in your data array.
* each of your columns associate directly with a property on each of the entities in your data array.
*
* In that situation we can avoid all the logic associated with complex binding to functions or to properties of sub-objects,
* which can provide a significant speed improvement with large data sets, with filtering and with sorting.
* which can provide a significant speed improvement with large data sets when filtering or sorting.
*
* By default false
*/
Expand Down

0 comments on commit a0c5b7e

Please sign in to comment.