찾다

 >  Q&A  >  본문

angular.js -Angularjs UI 라우터 브라우저 뒤로

<몸>

으아악

</body>

<script type="text/javascript">
var app = angle.module('myApp', ['ui.router'])
app.config(function($stateProvider, $urlRouterProvider){

으아악

})
</script>

a 태그를 클릭하면 ui-view에 "Hello"가 표시되고 브라우저를 클릭하여 돌아가도 "Hello"가 여전히 페이지에 표시되는 이유는 무엇입니까?

ringa_leeringa_lee2753일 전1005

모든 응답(1)나는 대답할 것이다

  • phpcn_u1582

    phpcn_u15822017-06-07 09:25:52

    Angular-ui-router 사용에 대한 이 기사를 먼저 읽어보는 것이 좋습니다. 기본적으로 초기 상태를 설정해야 합니다. 자세한 내용은 다음 사용 예를 참조하세요.

    으아악

    회신하다
    0
  • 취소회신하다