UNPKG

2.05 kBMarkdownView Raw
1<!--
2BUGS: Please use this template.
3
4SUPPORT REQUESTS/QUESTIONS: If you have a support request or question please
5submit them to StackOverflow using the tags aurelia and aurelia-framework
6http://stackoverflow.com/questions/tagged/aurelia
7or the Aurelia Gitter https://gitter.im/aurelia/discuss
8
9Blue Spire offers paid support agreements. Further information regarding paid support
10may be obtained by emailing support@bluespire.com
11
12Future support requests submitted here will be closed.
13
14The HTML comments below are for your reference, and are not displayed
15when your issue is submitted, feel free to leave them.
16
17Choose one of the two headings, delete the other.
18-->
19**I'm submitting a bug report**
20**I'm submitting a feature request**
21
22* **Library Version:**
23major.minor.patch-pre
24
25
26**Please tell us about your environment:**
27* **Operating System:**
28OSX 10.x|Linux (distro)|Windows [7|8|8.1|10]
29
30* **Node Version:**
316.2.0
32<!--
33Minimum supported Node version is latest Node 4.x LTS
34run `node -v`
35-->
36
37* **NPM Version:**
383.8.9
39<!--
40Minimum supported NPM version is 3.x
41run `npm -v`
42-->
43
44* **JSPM OR Webpack AND Version**
45JSPM 0.16.32 | webpack 2.1.0-beta.17
46<!--
47If using JSPM
48run `jspm -v`
49If using Webpack
50run `webpack --help | grep webpack`
51-->
52
53* **Browser:**
54all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView
55
56* **Language:**
57all | TypeScript X.X | ESNext
58
59
60**Current behavior:**
61
62
63**Expected/desired behavior:**
64<!--
65If the current behavior is a bug, please provide the steps to reproduce and, if possible, a minimal demo of the
66problem along with a runnable gist, if possible.
67To create a runnable gist, go to https://gist.run/?id=7542e061bc940cde506b&sha=6821c521a6c7bae6f59a36fb8628ecd1032b2d10
68Then click "Fork to Public Gist".
69Create your gist, then finally click "Update Gist." Include a link to the gist.run below.
70-->
71
72
73* **What is the expected behavior?**
74
75
76* **What is the motivation / use case for changing the behavior?**