Pretty sure I answered my own question here. Need to use
- isActive: function(options) {if(options.scope.attr('attrName') === 'true') {return options.fn(this);}else {return options.inverse(this);}},
Next question though. Shouldn't this be live bound? Changing the value of "attrName" to something other than "true" should cause the view to re-render, right?