Attribute '{0}' of '{1}' is non-optional and must be set!
This error may occur only when $compileProvider.strictComponentBindingsEnabled
is set to true
.
Then all attributes mentioned in bindings
without ?
must be set. If one or more aren't set,
the first one will throw an error.