Tobi,

I'm not going there. If you really need to get something from outside 
angular, you need a scope apply. Some things are not easily reachable from 
inside, so you have to reach out, and get those things.
If you want to read CSS values that are changed outside angulars scope, 
then yes, then it is necessary. 
As you really want to stay inside angular, it is well possible to catch all 
mouse events, and build your own drag and drop. Not needed to parse CSS at 
all. just setting stuff. 
That it can be done, does not mean it is a good idea!

So the answer on you question is still: No, although it's probably a good 
idea to do it anyway.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to