IGNITE-843 Updated angular to 1.4.7.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e254cdfb Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e254cdfb Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e254cdfb Branch: refs/heads/ignite-843-rc1 Commit: e254cdfbf36f616d744282aecccb628e2bea7513 Parents: 7084a90 Author: Alexey Kuznetsov <[email protected]> Authored: Thu Oct 15 14:46:43 2015 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu Oct 15 14:46:43 2015 +0700 ---------------------------------------------------------------------- .../control-center-web/src/main/js/views/templates/layout.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e254cdfb/modules/control-center-web/src/main/js/views/templates/layout.jade ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/views/templates/layout.jade b/modules/control-center-web/src/main/js/views/templates/layout.jade index 845afb2..c6f769e 100644 --- a/modules/control-center-web/src/main/js/views/templates/layout.jade +++ b/modules/control-center-web/src/main/js/views/templates/layout.jade @@ -39,9 +39,9 @@ html(ng-app='ignite-web-console' ng-init='user = #{JSON.stringify(user)}; become script(src='//cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js') - script(src='//ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular.min.js') - script(src='//cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.6/angular-sanitize.min.js') - script(src='//cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.6/angular-animate.min.js') + script(src='//ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js') + script(src='//cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular-sanitize.min.js') + script(src='//cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular-animate.min.js') // script(src='//cdnjs.cloudflare.com/ajax/libs/angular-strap/2.3.2/angular-strap.js') // script(src='/js/angular-strap-2.3.2.js')
