javascript - angularjs on asp.net error failed to load resources on single page app -


good day;

i new angular , work on asp.net morning tried playing spa using angular testing sample app when linked actual page loaded div ng-view directive controller has 2 function 1 show value text input after page loaded , other wired button clicked here code:

app.controller("personalcontroller", function ($scope, $location) {     get();     function ()     {         $scope.email = "angelogasa1022@gmail.com";     }      $scope.save = function () {         $scope.email = "eloelo22@gmail.com";      }; }); 

the page showing , email value correct when tried click button nothing happens @ chrome developer tools , error pops failed load resource: server responded status of 404 (not found)

is there settings avoid error?

thank you


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -