You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@twilson63, I agree, moving to XHR2 would make sense, at least for my use case. Are there concerns about non-HTML5 compatible browsers and using your module if converted to XHR2?
In the interim, maybe updating the readme for this workaround might be useful. I submitted a PR for this #98 if that's helpful
When using a select element like
where e.g. categories is
The form when submitted with 'fred' selected, will submit '0' for category_id (the html option value) and not '12' the actual id of the fred category.
When posting the same form using $http.post(url, $scope.category), the category_id param will match the c.id, in this case 12.
The text was updated successfully, but these errors were encountered: