Thanks Andrea, but I have a project Web Api in Visual Studio basically is a menu using angularjs v1.5.8.
The principal module app use ngRoute and ng-view in the view(index).
Inside MenuNavigation.hmtl I'm using a iframe where I want display a page aspx, But when I call from a ng-click via post I get the following error:
angular.js:12011 POST http://localhost:8080/Views/VistaEjemplo.aspx/GetExternalPage 405 (Method Not Allowed)
Also to the same page I need to pass post parameters.