diff options
| author | Misko Hevery | 2010-11-12 15:16:33 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2010-11-15 10:04:17 -0800 | 
| commit | 7e6f9992216157a10a64a86fe526f61f9f57e43f (patch) | |
| tree | e172da3909e44e8eb9a80eb86880fbb9cd814290 /docs/spec | |
| parent | 625cc7609cfd1a0a4fcecfd55875e548518a72a8 (diff) | |
| download | angular.js-7e6f9992216157a10a64a86fe526f61f9f57e43f.tar.bz2 | |
added remaining directives and search box.
Diffstat (limited to 'docs/spec')
| -rw-r--r-- | docs/spec/collectSpec.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/spec/collectSpec.js b/docs/spec/collectSpec.js index 4df04b9f..b810f823 100644 --- a/docs/spec/collectSpec.js +++ b/docs/spec/collectSpec.js @@ -43,8 +43,8 @@ describe('collect', function(){      describe('@describe', function(){        it('should support pre blocks', function(){ -        TAG.description(doc, 'description', '<pre class="brush: xml;" ng:non-bindable>abc</pre>'); -        expect(doc.description).toEqual('<pre class="brush: xml;" ng:non-bindable>abc</pre>'); +        TAG.description(doc, 'description', '<pre>abc</pre>'); +        expect(doc.description).toEqual('<div ng:non-bindable><pre class="brush: js; html-script: true; toolbar: false;">abc</pre></div>');        });        describe('@example', function(){  | 
