Hey there! I've been stuck on this code all day and could really use some help.
I have a simple textbox that interacts with a controller to update a variable inside a service (which will eventually handle data from elsewhere).
Currently, I can retrieve the variable value in the view, but for some reason, the textbox isn't updating the variable within the service to display the updated value back in the view...
Any assistance would be greatly appreciated!