From 7a4b48020688060debe9cb0f9c17615d7585cbe7 Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Mon, 5 Apr 2010 11:46:53 -0700
Subject: added ng:switch widget
---
test/ValidatorsTest.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test/ValidatorsTest.js')
diff --git a/test/ValidatorsTest.js b/test/ValidatorsTest.js
index 37be526d..d7da28cd 100644
--- a/test/ValidatorsTest.js
+++ b/test/ValidatorsTest.js
@@ -106,7 +106,7 @@ describe('Validator:asynchronous', function(){
it('should make a request and show spinner', function(){
var value, fn;
- var scope = angular.compile('');
+ var scope = compile('');
scope.$init();
var input = scope.$element;
scope.asyncFn = function(v,f){
--
cgit v1.2.3