You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2013/07/09 02:44:03 UTC

[09/16] git commit: Upgrade Angular to full release v1.0.7.

Upgrade Angular to full release v1.0.7.

The full version of Angular included two breaking changes:
    * $defer was renamed to $timeout
    * For route providers, the 'template' key was renamed to 'templateUrl'

This address one point of MESOS-282: "-Upgrade angular.js (it has
breaking changes from our current version, so non-trivial) to use the
full angular-ui.js"

From: Ross Allen <re...@gmail.com>
Review: https://reviews.apache.org/r/12285


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/71ad8ba0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/71ad8ba0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/71ad8ba0

Branch: refs/heads/master
Commit: 71ad8ba0a4b7f7f7461a51cec618677d3ed9a574
Parents: 1afaa7a
Author: Benjamin Hindman <be...@twitter.com>
Authored: Mon Jul 8 17:40:49 2013 -0700
Committer: Benjamin Hindman <be...@twitter.com>
Committed: Mon Jul 8 17:40:49 2013 -0700

----------------------------------------------------------------------
 src/Makefile.am                                 |     4 +-
 src/webui/master/static/angular-1.0.0rc8.js     | 13823 ---------------
 src/webui/master/static/angular-1.0.0rc8.min.js |   153 -
 src/webui/master/static/angular-1.0.7.js        | 14847 +++++++++++++++++
 src/webui/master/static/angular-1.0.7.min.js    |   163 +
 src/webui/master/static/app.js                  |    30 +-
 src/webui/master/static/controllers.js          |    16 +-
 src/webui/master/static/index.html              |     3 +-
 8 files changed, 15037 insertions(+), 14002 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/71ad8ba0/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 5d6f309..25f2043 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -396,8 +396,8 @@ nobase_dist_webui_DATA += webui/master/static/loading.gif
 
 # Need to distribute/install third-party javascript.
 nobase_dist_webui_DATA +=						\
-  webui/master/static/angular-1.0.0rc8.js				\
-  webui/master/static/angular-1.0.0rc8.min.js				\
+  webui/master/static/angular-1.0.7.js					\
+  webui/master/static/angular-1.0.7.min.js				\
   webui/master/static/underscore-1.4.3.js				\
   webui/master/static/underscore-1.4.3.min.js				\
   webui/master/static/cubism.v1.js					\