diff options
Diffstat (limited to 'src/filters.js')
| -rw-r--r-- | src/filters.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.js b/src/filters.js index c39e02f9..6a136f92 100644 --- a/src/filters.js +++ b/src/filters.js @@ -61,7 +61,7 @@ input('amount').enter('-1234'); expect(binding('amount | currency')).toBe('($1,234.00)'); expect(binding('amount | currency:"USD$"')).toBe('(USD$1,234.00)'); - expect(element('.doc-example-live .ng-binding').attr('className')). + expect(element('.doc-example-live .ng-binding').prop('className')). toMatch(/ng-format-negative/); }); </doc:scenario> |
