Skip to content

Instantly share code, notes, and snippets.

@mmoore99
Created December 21, 2014 18:50
Show Gist options
  • Save mmoore99/ff8a238181a46c871ab0 to your computer and use it in GitHub Desktop.
Save mmoore99/ff8a238181a46c871ab0 to your computer and use it in GitHub Desktop.
function onHasChanges() {
$scope.$on(config.events.hasChangesChanged,
function (event, data) {
vm.hasChanges = data.hasChanges;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment