Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scroll for typeahead #1195

Closed
wants to merge 26 commits into from
Closed

scroll for typeahead #1195

wants to merge 26 commits into from

Conversation

arins
Copy link

@arins arins commented Nov 1, 2016

#1168 Fixed scroll for typeahead.

@codecov-io
Copy link

Current coverage is 88.78% (diff: 94.95%)

Merging #1195 into development will increase coverage by 3.16%

@@           development      #1195   diff @@
=============================================
  Files               35         35          
  Lines             1280       1347    +67   
  Methods            228        239    +11   
  Messages             0          0          
  Branches           213        228    +15   
=============================================
+ Hits              1096       1196   +100   
+ Misses             184        151    -33   
  Partials             0          0          

Powered by Codecov. Last update eaba9ca...835d648

Copy link
Member

@valorkin valorkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in general looks, good
but couple issue need to be fixed

Huge thanks for your time!

@@ -126,6 +127,14 @@ export class PositionService {
return (nativeEl.style as KeyAttribute)[cssProp];
}

private get window():Window {

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@@ -8,20 +8,20 @@ import { TypeaheadDirective } from './typeahead.directive';
import { TypeaheadMatch } from './typeahead-match.class';

const bs4 = `
<div class="dropdown-menu"
[ngStyle]="{top: top, left: left, display: 'block'}"
<div #ulElement class="dropdown-menu"

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@arins arins closed this Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants