Skip to content

Instantly share code, notes, and snippets.

View srhbinion's full-sized avatar
🦊

Sarah Binion srhbinion

🦊
View GitHub Profile
@srhbinion
srhbinion / README.md
Created October 5, 2015 01:03 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@srhbinion
srhbinion / angular-jqlite.adoc
Created October 2, 2015 01:36 — forked from esfand/angular-jqlite.adoc
Angular jqLite

Angular jqLite

jQuery and Angular

Angular doesn’t depend on jQuery. In fact, the Angular source contains an embedded lightweight alternative: jqLite. Still, when Angular detects the presence of a jQuery version in your page, it uses that full jQuery implementation in lieu of jqLite. One direct way in which this manifests itself is with Angular’s element abstraction. For example, in a directive you get access to the element that the directive applies to: