搜尋

首頁  >  問答  >  主體

angular.js - angularjs $scope.$parent問題

在一個cotroller中的scope如何在modal中的controller中使用,怎麼傳過去,研究了下$scope.$parent,還是沒明白怎麼弄

大家讲道理大家讲道理2745 天前593

全部回覆(1)我來回復

  • phpcn_u1582

    phpcn_u15822017-05-15 17:03:38

    如果你用的UI Bootstrap的modal, 有個scope參數,直接把controller的$scope傳進去就行了:

    scope (Type: $scope) - The parent scope instance to be used for the
    modal's content. Defaults to $rootScope.

    回覆
    0
  • 取消回覆