diff options
| author | Misko Hevery | 2011-02-03 16:35:51 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-02-04 13:44:22 -0800 |
| commit | 46d690ff0188836688811dda9af1b99c44750c48 (patch) | |
| tree | f2253031ba3c8574ec93f03a18bb9fb2667aef51 /test/widgetsSpec.js | |
| parent | 882f412d578e4f01394847fa5fde21b6b4096de2 (diff) | |
| download | angular.js-46d690ff0188836688811dda9af1b99c44750c48.tar.bz2 | |
smarter normalization of value on option, and htmlParser fixes
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 ee339e89..6bff5a36 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -475,7 +475,7 @@ describe("widget", function(){ scope.$eval(); expect(scope.$element.text()).toBe('foobarC'); - }) + }); }); |
