blurEvent
(directive in module tri
)
Used to invoke a function when an element loses focus. The blur-next function if specified is executed
when the control reads an 'enter' key. It is used to set the focus to the next element.
<input ... blur-event='function-to-execute' blur-next='function-to-execute'>