DOM
同様の方法で要素を取得するにはどうすればよいですか(Attributes
角度の外側) 。$scope
(angular.element(element).scope())
$animator
挿入されている要素でサービスを使用できるように、これが必要ですDOM
私のコードの一部は次のようになります。
var element = $compile(template,scope);
var attrs = ? // I would do element.attrs(),
// but this won't work as it does not perform normalization
var animation = $animator(scope,attrs);
animation.enter(element,parent);