Skip to content

Instantly share code, notes, and snippets.

View cheshirsky's full-sized avatar

Ilya cheshirsky

  • Backbase
  • Amsterdam
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cheshirsky on github.
  • I am ilya_backbase (https://keybase.io/ilya_backbase) on keybase.
  • I have a public key ASDQNpJI2sFBe5_F2BVMST8rVTUElOsVUunP-4-rgk3kawo

To claim this, I am signing this object:

@cheshirsky
cheshirsky / angular-router.md
Created January 2, 2018 11:19 — forked from YuliaTsareva/angular-router.md
Angular Router вдоль и поперек - материалы к докладу

Материалы к докладу «Angular Router вдоль и поперек»

<html>
<body>
<div>Cyclic link</div>
<button id="myBtn0">create leak</button>
<br></br>
<div>Clusure leak</div>
<button id="myBtn1">create leak</button>
<br></br>
<div>jQuery cache leak 1</div>
<button id="myBtn2">create leak</button>

Moving from jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})