Re: [AngularJS] Re: Is there any directive to affect immediately between controller and view except ng-model?

2014-02-28 Thread Sowmiya
Luke, Thanks for your suggestion. On Friday, 28 February 2014 13:12:03 UTC+5:30, Luke Kende wrote: Hard to know without seeing it. It sounds like your problem is that you want the tooltip to show on custom events, like on failure callback (I'm assuming the field has lost focus at that

[AngularJS] Re: Is there any directive to affect immediately between controller and view except ng-model?

2014-02-27 Thread Sowmiya
Hi, I'm trying to show the message in popover/tooltip when text box satisfied the below conditions 1.Only allows number and 12 digits too. Here, I have created the custom ng-enter directive to allow key code = 13. I'm using ng-pattern=/^\d{12}$/ for above mentioned conditions. Now I have

Re: [AngularJS] Re: Is there any directive to affect immediately between controller and view except ng-model?

2014-02-27 Thread Luke Kende
I don't completely understand what you are trying to do, but I'm guessing that I might set the tooltip triggers to just use { focus : blur } so that the tooltip is always open when a user is typing, then change the tooltip text according to events: input type=text ng-model=inputField.text

[AngularJS] Re: Is there any directive to affect immediately between controller and view except ng-model?

2014-02-26 Thread Luke Kende
what do you mean? pretty much all directives are immediate. ng-bind ng-include ng-show/hide ng-switch and so on On Wednesday, February 26, 2014 8:19:04 AM UTC-7, Sowmiya wrote: *Hi,* * Is there any directive to affect immediately between controller and view except ng-model?* -- You