Hi, I'm using ionic to create an app and have a problem where the input element is not binding the input to a scope variable.
Here's a screenshot of what I've setup:
However, when I display the scope variable in the console, its empty...
I have got the scope variable "trafficFilter" defined as a scope String at the top of the app page.
Can you help please?
Update: So if I place the "trafficFilter" scope variable in a text element, it does show up. The problem I have is that referencing $scope.trafficFilter does not access the value entered.