"First" filter fails with expressions
Aperta
- Lingua principale
- JavaScript
- Stelle
- 2.9k
- Fork
- 319
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Given this data:
``` javascript
$scope.types = [
{
"name": "type1",
"default": false
},
{
"name": "type2",
"default": true
}
];
```
This failed:
`
I had to revert to:
`
As a test I also did:
`
but didn't seem to work either
This was working on 0.4.5 but not in 0.5.2
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.