1. How to bind a value to “data-*” attribute using “bindAttr”?
  2. <a {{bindAttr data-foo="content.foo"}}>
  3.  
  4. Error: Parse error on line 16:
  5. ...}} <a {{bindAttr data-foo="content.foo
  6. ----------------------^
  7. Expecting 'CLOSE', 'STRING', 'ID', 'SEP'
  8.  
  9. <a data-foo="{{content.foo}}">