-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(angular): Upgrade to Angular 1.4
- Loading branch information
1 parent
7e4fb15
commit 355bf6a
Showing
23 changed files
with
18,154 additions
and
11,634 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
355bf6a
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.
@mhartington - The ionic.bundle.js still points to the old version of AngularJs 1.3.13
Can you update the ionic bundle as well with Angular 1.4 ?
I am specifically looking for ionic support for date filter with timezone "+200" (angular 1.4.0 and above) instead of just "UTC" supported in AngularJS 1.3.13
355bf6a
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.
Should be good now.
355bf6a
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.
I just ran an
ionic lib update
and it updated the ionic libraries (as you'd expect), but the 1.3 angular files are still there under www/lib/ are they just redundant now or is there something explicitly I should do???
EDIT: Nevermind! just realised that it's all bundled in the ionic.bundle.min.js, DUH!
355bf6a
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.
Even i am also facing the problem i ran the
ionic lib update
it did not update the ionic version to 1.4. My current ionic version is 1.3.6.
355bf6a
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.
ignore me.
I've noticed this before, I think what it is is the new libraries are bundled in and the old stuff remains but isn't referred to anymore... nor should you be linking to it in your code.
Could be wrong there, but I have old 1.3.6 code but 1.4 in with the new ionic bundle
355bf6a
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.
yes ionic is upgraded to 1.1
by using the following command
ionic lib update
but in the angular.js it is showing version number as v1.3.6 according to ionic new release it should upgrade angular to 1.4 but still it pointing to 1.3.6 only. Sorry in my old post i have mentioned about angular version not about ionic version. Thanks for your quick reply.
355bf6a
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.
See updated post ^^^
355bf6a
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.
So you mean to say angular is also upgraded to 1.4 in new ionic 1.1 release.
355bf6a
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.
Yes, go into www/lib/ionic/js and open ionic.bundle.js, search in the text for "AngularJS v1.4.3"
It also states in the comments...
355bf6a
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.
Oh thanks a lot, Yes it got updated to angular 1.4. Thank you very much @andmar8.
355bf6a
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.
No problem, I had the exact same confusion for a while!