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

Upgrade angular2 to beta-2 #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Upgrade angular2 to beta-2 #12

wants to merge 2 commits into from

Conversation

Namek
Copy link

@Namek Namek commented Feb 4, 2016

No description provided.

@@ -56,12 +53,15 @@
"markdown-loader": "0.1.7",
"marked": "0.3.5",
"moment": "2.10.6",
"ntypescript": "1.201602032217.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

it seems to be obsolete?

Copy link
Author

Choose a reason for hiding this comment

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

actually, looks opposite - you used tsc in prepublish which is said to be deprecated (in here https://github.com/basarat/tsc) and linked to ntypescript as a suggestion to move onto.

@valorkin
Copy link
Contributor

valorkin commented Feb 5, 2016

except 2 comments looks good,
may it will make sense to update it to beta3?

@Namek
Copy link
Author

Namek commented Feb 6, 2016

A quick note about beta3 - it happened to me too and couldn't get it through in time: angular/angular#6887

this.options.selectivity.doEvent('selected', value);
// turn back focus to input from options
this.options.selectivity.element.nativeElement.children[1].children[0].focus();
// TODO this crashed because of 'children' undefined:
// this.options.selectivity.element.nativeElement.children[1].children[0].focus();
Copy link
Author

Choose a reason for hiding this comment

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

@valorkin please take a look at this commented line. I just commented it out because I didn't have much time to figure out what it really does. But there's some undefined element in there.

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.

2 participants