I spent this morning looking to build out a sliding panel, similiar to the example in the ngView documentation to react to parts of a piechart(KendoUI) are clicked.
I am able to write to console on click so I am just looking to see what ANGULAR command I need to do to change templates. That has been easy enough: here is an example of how it's achieved.
the problem is how do I get this to use animation? Is the version of Angular the problem? When I add ng-animate="{enter: 'enter', leave: 'leave'} I don't get the effect.
I think I need to dive more into the CSS Transitions.. which I'm a little tired of doing after reading docs and blogs on ngAnimate. Can anyone point me in a good direction? Thanks!