다음과 같이 Anglejs의 자체 라우팅 모듈을 사용할 수 있습니다.
angular.module('myApp',['ngRoute']).config('$routeProvider',
함수($routeProvider){
$routeProvider.when("url",{
templateUrl: '',
컨트롤러: ''
}).그렇지 않으면({
리디렉션To: 'url'
})
}
);
이것이 충분하지 않다면 https://github.com/angular-ui/ui-router에서 더 강력한 ui-router를 배울 수 있습니다.
http://ued.taobao.org/blog/2014/04/xtpl/
다음과 같이 Anglejs의 자체 라우팅 모듈을 사용할 수 있습니다.
angular.module('myApp',['ngRoute']).config('$routeProvider',
함수($routeProvider){
$routeProvider.when("url",{
templateUrl: '',
컨트롤러: ''
}).그렇지 않으면({
리디렉션To: 'url'
})
}
);
이것이 충분하지 않다면 https://github.com/angular-ui/ui-router에서 더 강력한 ui-router를 배울 수 있습니다.
ANGULAR SPA + JERSEY + SPRINGMVC 통합 애플리케이션 이 기사에서는 매우 명확하게 설명합니다
http://www.liaozhida.net/angular/angular-spa-jersey-springmvc-%E6%95%B4%E5%90%88%E5%BA%94%E7%94%A8.html