diff options
| author | Matias Niemelä | 2013-07-08 21:58:14 -0400 | 
|---|---|---|
| committer | Igor Minar | 2013-07-26 08:51:38 -0700 | 
| commit | 258cae83dc1a03b6b878a7b4236c499288cd2624 (patch) | |
| tree | e793480d3d237ba10e31203a67e67ef93b47c00a /docs/component-spec/annotationsSpec.js | |
| parent | ab189142988043d0513bb796c3b54ca7d07f242d (diff) | |
| download | angular.js-258cae83dc1a03b6b878a7b4236c499288cd2624.tar.bz2 | |
chore(ngdocs): replace showdown.js with marked.js
Diffstat (limited to 'docs/component-spec/annotationsSpec.js')
| -rw-r--r-- | docs/component-spec/annotationsSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/component-spec/annotationsSpec.js b/docs/component-spec/annotationsSpec.js index 29cb9c53..321118ad 100644 --- a/docs/component-spec/annotationsSpec.js +++ b/docs/component-spec/annotationsSpec.js @@ -57,7 +57,7 @@ describe('Docs Annotations', function() {        $scope.$apply();        element.triggerHandler('click');        expect(popoverElement.title()).toBe('#title_text'); -      expect(popoverElement.content()).toBe('<h1 id="heading">heading</h1>'); +      expect(popoverElement.content()).toBe('<h1>heading</h1>\n');      }));    }); | 
