Skip to content

Conversation

@mescalito
Copy link

  • Internet explorer IE8+ Supported navigation with # in href.
  • Adding for "delete" using $http in Internet explorer IE8+.

$http.delete will cause an 'Expected identifier' error in IE8. Use $http({'method':'DELETE', 'url':''}); instead.
Fix Internet Explorer navigation
Fix Internet Explorer navigation
Since IE8 is based upon HTML 4, it does not support DELETE requests. I would suggest using POST requests instead. 
$http['delete']('/api/post/'+ $routeParams.id).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant