From 8d507df8c9664cc35467577971532cc20be2912f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 23 Jan 2011 22:24:53 -0800 Subject: Revert "$route should create child scope via $new" This reverts commit a5eb3ed107034cce5b7de3ec3f8a43ff3a379fa1. See 9ca2facb for reasoning. --- test/widgetsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index 27c5cb82..7faa9ced 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -651,7 +651,7 @@ describe("widget", function(){ // this one should really be just '1', but due to lack of real events things are not working // properly. see discussion at: http://is.gd/ighKk - expect(element.text()).toEqual('2'); + expect(element.text()).toEqual('4'); dealoc(element); }); -- cgit v1.2.3