我使用mdDialog在我的web應用程序中創建新的對象。每當我調用mdDialog時,它總是調用我的角度控制器中的所有方法。我如何防止它? 這裏是我的角度控制器與mdDialog功能的簡單例子 //whenever i click on button which invokes showCreateTask function
//these 3 methods get invoked
我試圖用json數據創建對話框。 $scope.showAttributeData = function(data) {
$scope.feature = data
console.log($scope.feature)
var that = this;
var useFullScreen = ($mdMedia('sm') || $mdMedia