salangar

Results 8 comments of salangar

Thanks a lot..wanted to confirm that :) Any best practice idea on how to do it?

Thanks! I finally ended up using ng-if for this one to resolve :)

Anyway, is it possible to change the default styles - gap between text label and input and change default color of checked status in radio buttons?

Also, anyway to track reset in my controller, so that once user clicks reset, I want to redirect to cancel page?

Thanks! I tried - result.push({ "type": "reset", "model": "reset", "label": "Cancel", "callback":clickS() also , ng-click, }); did not help!

Yes, i tried doing it: result.push({ "type": "reset", "model": "reset", "label": "Cancel", "callback":'clickReset' }); and function clickReset(){ console.log("clickReset...") }, its not calling the callback :(

@danhunsaker can you pleaes tell em whats wrong here - http://stackoverflow.com/questions/37384061/form-data-ignores-ngmodel/37385047?noredirect=1#comment62281231_37385047?