Files
angular.js/docs/content/guide
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
..
2013-04-21 19:53:52 +02:00
2013-04-22 12:38:26 +01:00
2013-04-11 15:21:33 -07:00
2013-04-13 17:19:11 +02:00
2013-01-17 19:10:46 -05:00