Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE8+ Supported navigation. Also adding for "delete" using $http in IE8 #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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