First of all, I'm using jQuery-Smart-Wizard.
When I put it into my code:
$('#wizard_verticle').smartWizard({
transitionEffect: 'slide'
});
this is supposed to change the DOM, but it's wrapped inside angular controller and it doesn't seems to work for some reason.
Here's a jsfiddle to reproduce this.
Errors: