Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Output: '00:00:00'

```sh
{{value_given_milliseconds | durationFormat: 'ms':'ddhhmmss'}}
{{value_given_seconds | durationFormat: 's':'ddhhmms'}}
{{value_given_seconds | durationFormat: 's':'ddhhmmss'}}

Output: '00d, 00h, 00m, 00s'
```
Expand All @@ -46,4 +46,4 @@ There is no week/month/year options. Hours will go past 24 hours when format is
This pipe does work with a IE11 / Edge browsers.
These browser has a open bug that prevents use of a Angular 2 Date pipe.

[https://github.com/Microsoft/ChakraCore/issues/1223](https://github.com/Microsoft/ChakraCore/issues/1223)
[https://github.com/Microsoft/ChakraCore/issues/1223](https://github.com/Microsoft/ChakraCore/issues/1223)