Re: Accessing bound vars from JS

2016-08-25 Thread Corneau Damien
There is no real API to access the value inside of JS. However, if we are really talking about accessing values set using z.angularBing(), you can do it in your case with: angular.element('#dummy').scope().valueBinded I have a small example here of an autocomplete input: *Notebook:* https://git

Accessing bound vars from JS

2016-08-25 Thread Randy Gelhausen
The Angular interpreter is very useful, but I'm having a difficult time using values from it inside custom JavaScript. Thus far, the only means I can find of accessing variables is something like: %angular var div = $('#dummy'); //Given an element in the note & list of values to fetch from S