Skip to content

Commit

Permalink
Merge pull request #380 from elm/patch-1
Browse files Browse the repository at this point in the history
Add bindable constraint to the data binding security section
  • Loading branch information
graemerocher committed Sep 11, 2015
2 parents d32b171 + 73c2473 commit 2e15690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/en/guide/theWebLayer/controllers/dataBinding.gdoc
Original file line number Diff line number Diff line change
Expand Up @@ -934,3 +934,5 @@ bindData(p, params, [include: ['firstName', 'lastName']])
{note}
Note that if an empty List is provided as a value for the @include@ parameter then all fields will be subject to binding if they are not explicitly excluded.
{note}

The [bindable|constraints] constraint can be used to globally prevent data binding for certain properties.

0 comments on commit 2e15690

Please sign in to comment.