The only work-around I can think of is binding to a variable, watching
it (scope.$watch()) and invoking a setter in a watcher... didn't try
it in practice thought...
Cheers,
Pawel
tradeshift...@gmail.com
unread,
Aug 21, 2012, 3:49:39 AM8/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
could it be a solution to create a directive that for every generic element does get the path using the function and insert it in the ng:model? if yes will I have to create a directive for every kind of input or can I make a generic one? if yes can you explain how?
Thanks
Niccolo
tradeshift...@gmail.com
unread,
Aug 22, 2012, 4:02:45 AM8/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com, tradeshift...@gmail.com
Looks like calling function in ng:model is not allowed at all in 1.0.1 :( not even for getters.