I'm trying to get data from a form element and then insert a using jQuery .after() to display possible choices. My direct gets the possible matches from the form by getting a attribute called "data" that is loaded by using AngularJS. The issue now, is when I try to ng-repeat with the new inserted it doesn't list it.I'm trying to get data from a form element and