Skip to content

Instantly share code, notes, and snippets.

@klrkdekira
Created June 16, 2014 07:38
Show Gist options
  • Save klrkdekira/4257faa58b03fb2edf59 to your computer and use it in GitHub Desktop.
Save klrkdekira/4257faa58b03fb2edf59 to your computer and use it in GitHub Desktop.
AngularJS JQuery Hackish Example
$("button").click(function () {
// Do something here
$scope.$apply();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment