Slaven Tomac

Results 8 issues of Slaven Tomac

In Angular 1.6.x ng-model-options should be using getOption(name): ![image](https://cloud.githubusercontent.com/assets/2838038/22687470/83220976-ed28-11e6-9fa9-1d32849de670.png) Because each access to ngModelOptions. will give us undefined value. So this way timezone (or any other property) given to ngModelOptions...

#### Expected behaviour Syntac to be correct #### Actual behaviour When transpiled, minified and uglified code, highcharts-editor.js throws and error ReferenceError: tabletIcon is not defined which makes perfect sense when...

Parts with referencing this are completely wrong imo... you have: ``` navigator.camera.getPicture( function(imgData) { $('.media-object', this.$el).attr('src', "data:image/jpeg;base64,"+imgData); }, function() { alert('Error taking picture', 'Error'); }, options); return false; }; ```...

### Which @angular/* package(s) are relevant/related to the feature request? @angular/core, but not 100% which package takes care of this parsing. ### Description Component's scss allow only this format of...

needs: repro steps

I have forked it just so we can publish it to npm so it's accessible for some projects that only use NPM (e.g. pure Angular2+ project). Can you approve this...

Inside bindChangeEvent you are checking if date is invalid with checkDate and if so you return back without triggering change event even though you are changing date inside checkDate: checkDate:...

**Describe the bug** When body is not scrollable (overflow hidden), I want to have attached ng-select to main content div (which has overflow:auto). Now, when _updateYPosition is called it takes...

needs triage