0
我是angularJS的新手。所以,如果我有這樣的設計應用:如何從另一個角度刷新頁面/視圖?
MainView.html(Controller1)
SecondView.html(Controller2)
3rdView1.html(Controller3.1) 3rdView2.html(Controller3.2)
如何刷新MainView.html,從3.1的Controler/3.2? 我試過$ location.path並沒有工作。有什麼建議?
爲什麼你需要做的是什麼?我懷疑有一些在MainView中應該綁定到由3rdView1和3rdView2的其他控制器共享的服務 – Sphaso
使用$ routeProvider和ng-view ... –