angular.js/docs
Keir Mierle 8c75b5f55a docs(compiler): fix variable scope in drag sample
Note that without this fix, if you add a second draggable element, the
two instances clobber each other since there is only one set of
startx/starty/x/y variables.
Here is an example: http://plnkr.co/edit/aGrLXcIo2SuaePuAdfmQ?p=preview.
On the surface it looks like it would be fine because you only have one
mouse but in practice the start position jumps when you start dragging.
Here it is fixed: http://plnkr.co/edit/VuvPasuumtCeiVRisYKQ?p=preview
2013-04-22 12:52:08 +01:00
..
content docs(compiler): fix variable scope in drag sample 2013-04-22 12:52:08 +01:00
img doc(guide): add concepts 2012-08-27 15:44:38 -07:00
spec feat(ngAnimate): add support for animation 2013-04-02 14:05:06 -07:00
src chore(ngDoc): fix a typo with IE warning 2013-04-19 21:56:39 +01:00