I\'m migrating an old html page from jQuery to Angular, and it contains some old-school forms with . When I enriched my pages with
action
In your controller:
$scope.location = $window.location.href
In your HTML:
See the plunkr demo.