The function tryFunc() is not called when the input box is focused.
tryFunc()
ngFocus is not available on Angular 1.0.7. It's available on Angular 1.2.
You can create your own ngFocus directive, it's quite simple, have a look here:
https://gist.github.com/eliotsykes/5394631