You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
note that I didn't have to do bar(), instead I simply bound to bar. It makes no sense to provide access to function reference in angular expressions.
similarly, if we try to assign stuff to bar e.g. {{bar = '24'}}, angular should invoke bar as bar('24'). The same applies to binding bar to input widgets, e.g. <input name="bar"> will call bar and expect it to be jquery style getter/setter.