var app = angular.module('myApp1', []); app.controller('newOrderView', function($scope,$location,$http) {
});


$location 的参数导致的去掉就行了
http://localhost:63342/webapp/angularForm/newOrderViewAngularForm.html#/C

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2021-11-29
  • 2021-09-25
  • 2022-01-17
  • 2021-11-24
  • 2022-01-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
相关资源
相似解决方案