mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
committed by
Peter Bacon Darwin
parent
e16c6aa31d
commit
accd35b747
@@ -1,6 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
describe("$animate", function() {
|
||||
|
||||
describe("without animation", function() {
|
||||
var element, $rootElement;
|
||||
|
||||
beforeEach(module(function() {
|
||||
return function($compile, _$rootElement_, $rootScope) {
|
||||
element = $compile('<div></div>')($rootScope);
|
||||
|
||||
Reference in New Issue
Block a user