|
| 1 | +<!-- |
| 2 | +IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING |
| 3 | +--> |
| 4 | + |
1 | 5 | **I'm submitting a ...** (check one with "x")
|
2 | 6 | ```
|
3 | 7 | [ ] bug report => search github for a similar issue or PR before submitting
|
4 | 8 | [ ] feature request
|
5 | 9 | [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
|
6 | 10 | ```
|
7 | 11 |
|
8 |
| -**Current behavior** |
| 12 | +**Current behavior** |
9 | 13 | <!-- Describe how the bug manifests. -->
|
10 | 14 |
|
11 | 15 | **Expected behavior**
|
12 | 16 | <!-- Describe what the behavior would be without the bug. -->
|
13 | 17 |
|
14 |
| -**Reproduction of the problem** |
15 |
| -<!-- If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5). --> |
| 18 | +**Minimal reproduction of the problem with instructions** |
| 19 | +<!-- |
| 20 | +If the current behavior is a bug or you can illustrate your feature request better with an example, |
| 21 | +please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via |
| 22 | +https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5). |
| 23 | +--> |
16 | 24 |
|
17 | 25 | **What is the motivation / use case for changing the behavior?**
|
18 | 26 | <!-- Describe the motivation or the concrete use case -->
|
19 | 27 |
|
20 | 28 | **Please tell us about your environment:**
|
21 | 29 | <!-- Operating system, IDE, package manager, HTTP server, ... -->
|
22 | 30 |
|
23 |
| -* **Angular version:** 2.0.X |
| 31 | +* **Angular version:** 2.0.X |
24 | 32 | <!-- Check whether this is still an issue in the most recent Angular version -->
|
25 | 33 |
|
26 |
| -* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] |
| 34 | +* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] |
27 | 35 | <!-- All browsers where this could be reproduced -->
|
28 | 36 |
|
29 | 37 | * **Language:** [all | TypeScript X.X | ES6/7 | ES5]
|
30 |
| - |
| 38 | + |
31 | 39 | * **Node (for AoT issues):** `node --version` =
|
0 commit comments