Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f08068

Browse files
committed
Corrected docs on boundIf
1 parent 1e4bdd5 commit 0f08068

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ember-handlebars/lib/helpers/binding.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ EmberHandlebars.registerHelper('bind', function(property, options) {
184184
@private
185185
186186
Use the `boundIf` helper to create a conditional that re-evaluates
187-
whenever the bound value changes.
187+
whenever the truthiness of the bound value changes.
188188
189189
``` handlebars
190190
{{#boundIf "content.shouldDisplayTitle"}}
@@ -258,6 +258,8 @@ EmberHandlebars.registerHelper('with', function(context, options) {
258258

259259

260260
/**
261+
See `boundIf`
262+
261263
@method if
262264
@for Ember.Handlebars.helpers
263265
@param {Function} context

0 commit comments

Comments
 (0)