rantiev
rantiev
## Bug: # CodePen and steps to reproduce the issue: #### [CodePen Demo](http://output.jsbin.com/sabobu) which demonstrates the issue: #### Detailed Reproduction Steps: 1) Tap to first md-select input, don't select any...
Use case: 1) user entered good to search string 2) chose address from suggested list 3) tries to change previous input 4) entered completely bad string, which cant be used...
May be mime? url?limit=10000&minetype=application/octet-stream
After i made var enableIsomorphicApp = true; i started to argue about jQuery missing dependency after i installed jQuery in both ./server and project itself folder it shown another issue....
There is no modernizr in the bower dependencies.
So as i understand this: ``` { "first_name": "Hector", "last-name": "Zarco" } ``` Will be converted to this?: ``` { "firstName": "Zarco", "lastName": "Hector Zarco" } ``` Check last name......
I try to change `include_docs` in db.list({ include_docs: false }) and it has no effect. Docs returned anyway. I checked your package source and `include_docs` being used in one place...
Sometimes due to wrong object scheme we get undefined values as a result of transformation. Hence if you use IsOptional flag, you can't check was this field transformed wrong or...
If we have button text like this {{btnText}}, sometimes it doesn't replace {{}} expression. So there only way to use text in button is to have plain text. I started...