Wesley Cho
Wesley Cho
This was reported in https://github.com/karma-runner/karma/issues/2402, but it is an issue with the python script in this library. Relevant comment in original issue: ``` Fails on generate-test-data.py line 38 Warnings on...
- If the assets key is not set in the options object (i.e. the files array has all of the listed assets desired), set to default to an empty array...
- Change to use object as array is not the correct data structure due to browser ids being randomly generated numbers
This is a rebased version of #73
This change is to break up the model into separate values, i.e. hours, minutes, and seconds. This is to fix date related issues for a component that shouldn't rely on...
This issue is to denote the status of UI Bootstrap, outline the team’s intentions for the future, and to allow comment from the community. Currently, the UI Bootstrap team has...
Add support for all sensible ng-model-options configuration for the typeahead as noted [here](https://docs.angularjs.org/api/ng/directive/ngModelOptions). - [ ] updateOn - [x] debounce - [x] getterSetter
There are two scenarios which are not being caught - the easing function in CSS when the transition is specified in the `transition` CSS property, and the easing function if...
- Fix when user clicks clear button in an input element in IE, $viewValue not being correctly updated This should fix #11193.
- Add `isPromiseLike` public method for determining whether value is a promise-like object This addreses #13372. My only concern with this implementation is that IMO this doesn't really belong on...