Search Results for: Zea mays var. saccharata
below is a comparison matrix for both apis: actions front-end api back-end api initiate binding z.angularbind(var, initialvalue, paragraphid) z.angularbind(var, initialvalue) update value same to ordinary angularjs scope variable, or z.angularbind(var, newvalue, paragraphid) z.angularbind(var, newvalue
) watching value same to ordinary angularjs scope variable z.angularwatch(var, (oldval, newval) => ...) destroy binding z.angularunbind(var, paragraphid) z.angularunbind(var) executing paragraph z.runparagraph(paragraphid) z.run(paragraphid) executing paragraph (specific paragraphs in other notes) (...
https://zeppelin.apache.org/docs/latest/usage/display_system/angular_frontend.html