Skip to content

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

Open
mescalito wants to merge 4 commits into
btford:masterfrom
mescalito:master
Open

IE8+ Supported navigation. Also adding for "delete" using $http in IE8#10
mescalito wants to merge 4 commits into
btford:masterfrom
mescalito:master

Conversation

@mescalito
Copy link
Copy Markdown

  • 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