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 to AngularJS 1.4.* #889

Closed
pascalberger opened this issue Jun 24, 2015 · 7 comments
Closed

Upgrade to AngularJS 1.4.* #889

pascalberger opened this issue Jun 24, 2015 · 7 comments
Assignees
Milestone

Comments

@pascalberger
Copy link

Since AngularJS 1.4 is now officially release, add support for the latest AngularJS version (1.4.1) at the moment.

@KirilNN KirilNN self-assigned this Jun 24, 2015
@KirilNN
Copy link
Contributor

KirilNN commented Jun 24, 2015

Hi @pascalberger,

AngularJS 1.4 is not yet a stable release. We have just upgraded to the latest stable --> #734

@KirilNN KirilNN closed this as completed Jun 24, 2015
@pascalberger
Copy link
Author

What are you considering a stable release? Its out of Beta and RC and officially downloadable from the Angular site. In my understanding this fulfills all requirements of stable.

@pascalberger
Copy link
Author

And here's the blog post of the official release of 1.4: http://angularjs.blogspot.ch/2015/05/angular-140-jaracimrman-existence.html

@petyosi
Copy link
Contributor

petyosi commented Jun 24, 2015

Please check the screenshot from AngularJS website.

screen shot 2015-06-24 at 4 39 57 pm

@stefan-schweiger
Copy link

Now there is not even a download offered for 1.3.x anymore on the website, and 1.4 is their stable version.

@petyosi
Copy link
Contributor

petyosi commented Jul 14, 2015

@stefan-schweiger 👍 We will upgrade to 1.4 at our next iteration. Notice that the current Kendo UI release does not have any known issues with Angular 1.4.* - you should be safe using it.

You may subscribe to the new issue here. #955

@jeroenvheel
Copy link

i have a issue with 1.4.*
if i create a kendo-combo-box like :

<select kendo-combo-box 
        ng-model="legendItem.StyleArea.BrushStyle"
        ng-options="BrushStyle.Value as BrushStyle.Text for BrushStyle in legendItem.StyleArea.BrushStyleList"
        ng-selected="legendItem.StyleArea.BrushStyle"
        ng-disabled="legendItem.Cache"
        style="width:368px;"></select>

the correct node is not selected its selects the first option thats createed in the select box
the ng-model has a value of "number:1" and thats not correct.

{
    legendItem.StyleArea.BrushStyle : "number:0"
}

when i select a other value in the dropdown it's updates the model accordingly

{
    legendItem.StyleArea.BrushStyle : 0
}

is there a other way to do this ?

@KirilNN KirilNN added this to the Lost+Found milestone Apr 27, 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

No branches or pull requests

5 participants