-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
@@ -56,12 +53,15 @@ | |||
"markdown-loader": "0.1.7", | |||
"marked": "0.3.5", | |||
"moment": "2.10.6", | |||
"ntypescript": "1.201602032217.1", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
except 2 comments looks good, |
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(); |
There was a problem hiding this comment.
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.
No description provided.