bindings: { mandatory: '=' optional: '=?', foo: '=?bar' }
Optional attributes should be marked with question mark: =? or =?bar. It is protection for ($compile:nonassign) exception.
=?
=?bar
($compile:nonassign)