what's the meaning of '=?' in angularJS directive isolate scope declaration?

Viewed 61330

Does the question mark after equals have special meaning? ie:

scope: {foo: '=?'}

does the above mean 'do not raise error if 'foo' cannot be resolved?

1 Answers
Related