fix(scenario): update to use our angular-scenario.js rather then karma

This commit is contained in:
Misko Hevery
2013-05-08 16:40:00 -07:00
parent 11f712bc3e
commit 29efd39745
2 changed files with 2 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ angular.scenario.Application.prototype.navigateTo = function(url, loadFn, errorF
$window.angular.resumeBootstrap([['$provide', function($provide) {
$provide.decorator('$sniffer', function($delegate) {
$delegate.transitions = false;
$delegate.animations = false;
return $delegate;
});
}]]);