There are multiple ways how to communicate between controllers. The best one is probably sharing a service: function FirstController(someDataService) ...
確定! 回上一頁