Revert "$route should create child scope via $new"

This reverts commit a5eb3ed107.

See 9ca2facb for reasoning.
This commit is contained in:
Igor Minar
2011-01-23 22:24:53 -08:00
parent 567f33823b
commit 8d507df8c9
3 changed files with 13 additions and 2 deletions

View File

@@ -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);
});