Here is an example: function MainController($scope) { this.title = 'Some title'; $scope.$watch(angular.bind(this, function () { return this.title; }) ...
確定! 回上一頁