Skip to content

Instantly share code, notes, and snippets.

@roNn23
Last active July 16, 2019 11:42
Show Gist options
  • Save roNn23/111fc6c1ff8f58e0b24d912322edb2ad to your computer and use it in GitHub Desktop.
Save roNn23/111fc6c1ff8f58e0b24d912322edb2ad to your computer and use it in GitHub Desktop.
/**
* Window resize event handling
*/
angular.element($window).on('resize', function () {
console.log($window.innerWidth);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment