diff options
| author | Misko Hevery | 2011-11-09 22:02:39 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:16 -0800 | 
| commit | 74fac45f48acd5b2fc57befd7dd7739805e330c3 (patch) | |
| tree | 19993d81233eb73fccfaa4d448bc720fa4972a5c /docs/spec | |
| parent | f0fa5e63762e80fd4ee60ff6d365fca5f886292a (diff) | |
| download | angular.js-74fac45f48acd5b2fc57befd7dd7739805e330c3.tar.bz2 | |
doc($filter): added $filter documentation
Diffstat (limited to 'docs/spec')
| -rw-r--r-- | docs/spec/ngdocSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/spec/ngdocSpec.js b/docs/spec/ngdocSpec.js index bc2bb2ee..effdaa70 100644 --- a/docs/spec/ngdocSpec.js +++ b/docs/spec/ngdocSpec.js @@ -547,7 +547,7 @@ describe('ngdoc', function() {          });          doc.html_usage_filter(dom);          expect(dom).toContain('myFilter_expression | myFilter:b'); -        expect(dom).toContain('angular.filter.myFilter(a, b)'); +        expect(dom).toContain('$filter(\'myFilter\')(a, b)');        });      }); | 
