I have a simple angular app that asks the user for a first and last name, but for some reason my changeBothNames() function is not getting the firstName and lastName models passed to it with the new values.I have a simple angular app that asks the user