Since version 1.3.1, AngularJS has improved significantly when it comes to writing SVGs. Typically, the interaction involves data being retrieved from a database or form and Angular then populating the nodes in the SVG. However, I am now looking to bypass the need for a separate form to interact with the data and instead directly change the value of a variable by clicking on the text element within the SVG where it is displayed. I attempted using contenteditable directly on the Text node, but unfortunately, that approach did not yield the desired results. Is there a way to make this possible?