Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Created August 13, 2014 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YutaWatanabe/9bdf4d1b74f02bfbefa8 to your computer and use it in GitHub Desktop.
Save YutaWatanabe/9bdf4d1b74f02bfbefa8 to your computer and use it in GitHub Desktop.
AngularJS $scope.$apply
$scope.$apply(function(){
//$scopeの更新処理
});
// または
// $scopeの更新処理
$scope.$apply();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment