Sometimes it is necessary to write code which looks like bindings but which should be left alone
by angular. Use ng:non-bindable
to make angular ignore a chunk of HTML.
NOTE: ng:non-bindable
looks like a directive, but is actually an attribute widget.
<ANY ng:non-bindable> ... </ANY>