diff options
| author | Misko Hevery | 2010-01-24 17:10:58 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2010-01-24 17:10:58 -0800 | 
| commit | efad9ec5be8da442af5fb3dffc08510f7a71e10f (patch) | |
| tree | b6ffdda829b47b9058f0b2ccbd6ef3465ccfe0bc /test/ScenarioSpec.js | |
| parent | c7719c24121b500f0bc2ac7c652d8ec0de418a37 (diff) | |
| download | angular.js-efad9ec5be8da442af5fb3dffc08510f7a71e10f.tar.bz2 | |
changes to make it closure compiler compatible
Diffstat (limited to 'test/ScenarioSpec.js')
| -rw-r--r-- | test/ScenarioSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/ScenarioSpec.js b/test/ScenarioSpec.js index c3c29f02..2ca1de2f 100644 --- a/test/ScenarioSpec.js +++ b/test/ScenarioSpec.js @@ -29,7 +29,7 @@ describe("ScenarioSpec: Scope", function(){    });    it("should have config", function(){ -    expect(angular.compile('', {a:'b'}).config.a).toEqual('b'); +    expect(angular.compile('<div></div>', {a:'b'}).config.a).toEqual('b');    });    it("should have $ objects", function(){ | 
