diff options
Diffstat (limited to 'test/widgetsSpec.js')
| -rw-r--r-- | test/widgetsSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index 3cada77b..36aabb33 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -901,7 +901,7 @@ describe("widget", function(){ rootScope.ChildCtrl = function() { this.log.push('child'); - } + }; $location.updateHash('/foo'); $browser.xhr.expectGET('viewPartial.html'). |
