Introduction

‘Was wondering if it’s possible to hyperlink text on one node, to direct people to the next node, as an alternative to clicking on the button’

Yes, it’s possible. Just use the snippet below to add ‘next’ function and example below to hyperlink text on text editor.

ng-click="next()" 

Example:

<a href="#" ng-click="next()">Click Here to Next</a>