$scope is AngularJS object that is used to bind model to the view in MVC architecture. Not necessary to use $scope, you can use view model (vm) with “this” ...
確定! 回上一頁