如何为ui-view注入动画师?

时间:2013-09-20 11:41:30

标签: angularjs angular-ui-router

如何在ui-views中应用动画?

我找到了代码

// Unfortunately there is no neat way to ask $injector if a service exists
  var $animator; try { $animator = $injector.get('$animator'); } catch (e) { /* do nothing */ }

但是如何注射动画师?

1 个答案:

答案 0 :(得分:1)

这不是一个相关的问题。如果您使用的是最新版本的AngularJS(即1.1.5),它本身就可以使用。

有关详细信息,请参阅文档:https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions#how-to-animate-ui-view-with-ng-animate