angular

How to submit new entity as well as clear $anchor.task?

Using the Angular framework, how do I have the "submit" button both update the current entity as well as clear the anchor ID - I basically want to rapid-fire add entries, but it always turns my add form into an edit form. Here's my current div which isn't working, it's like it's ignoring the "$anchor.task=null"... Note that the "Add New...

Rotate with momentum

Hello! [In Flex 3] I am looking to implement the following effect: When mouse crosses a Canvas container, make that Container rotate and take into account the speed of the mouse crossing giving it some momentum or inertia based on that speed. How can I do this please? Thanks! ...