ndaniel8a
ndaniel8a

Reputation: 96

New Features Angular 1.2

I'm new in AngularJS and I came using the release (1.0.5), however I think update me to release 1.2.

I need know what are the main issues that I should consider in order to my app continue working?.

If possible tell me aobut the new and main features of AngularJS Versión 1.2 regard to previous releases ej. (1.0.5).

Upvotes: 2

Views: 607

Answers (1)

Justin Lucas
Justin Lucas

Reputation: 2321

+1 on checking out the blog but more importantly look at the changelog. Specifically look at the "breaking changes" listed for each release which should cover any updates that would actually break your app. Keep in mind issues may also be caused by libraries that rely on Angular.js when you upgrade (ex. Angular UI).

Upvotes: 2

Related Questions