You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/01/15 22:37:30 UTC

[07/50] [abbrv] git commit: Added angular and smart-table from bower.

Added angular and smart-table from bower.


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/dd6f5c0e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/dd6f5c0e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/dd6f5c0e

Branch: refs/heads/mansu/AURORA-4187_scheduler_home_page-no-seed
Commit: dd6f5c0eedf8e111bfdb045c020583905616901f
Parents: c0e57e5
Author: Suman Karumuri <sk...@twitter.com>
Authored: Mon Dec 30 13:27:31 2013 -0800
Committer: Suman Karumuri <sk...@twitter.com>
Committed: Mon Jan 13 15:24:38 2014 -0800

----------------------------------------------------------------------
 .../bower_components/angular/.bower.json        |    17 +
 .../bower_components/angular/README.md          |    48 +
 .../bower_components/angular/angular-csp.css    |    13 +
 .../bower_components/angular/angular.js         | 20539 +++++++++++++++++
 .../bower_components/angular/angular.min.js     |   201 +
 .../angular/angular.min.js.gzip                 |   Bin 0 -> 36804 bytes
 .../bower_components/angular/angular.min.js.map |     8 +
 .../bower_components/angular/bower.json         |     7 +
 .../bower_components/smart-table/.bower.json    |    25 +
 .../smart-table/Smart-Table.debug.js            |   943 +
 .../smart-table/Smart-Table.min.js              |     1 +
 .../bower_components/smart-table/bower.json     |    15 +
 12 files changed, 21817 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/dd6f5c0e/3rdparty/javascript/bower_components/angular/.bower.json
----------------------------------------------------------------------
diff --git a/3rdparty/javascript/bower_components/angular/.bower.json b/3rdparty/javascript/bower_components/angular/.bower.json
new file mode 100644
index 0000000..ee8284d
--- /dev/null
+++ b/3rdparty/javascript/bower_components/angular/.bower.json
@@ -0,0 +1,17 @@
+{
+  "name": "angular",
+  "version": "1.2.6",
+  "main": "./angular.js",
+  "dependencies": {},
+  "homepage": "https://github.com/angular/bower-angular",
+  "_release": "1.2.6",
+  "_resolution": {
+    "type": "version",
+    "tag": "v1.2.6",
+    "commit": "74ab84326c3ddf32fa49f36c9050b92382d1b5cc"
+  },
+  "_source": "git://github.com/angular/bower-angular.git",
+  "_target": "~1.2.6",
+  "_originalSource": "angular",
+  "_direct": true
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/dd6f5c0e/3rdparty/javascript/bower_components/angular/README.md
----------------------------------------------------------------------
diff --git a/3rdparty/javascript/bower_components/angular/README.md b/3rdparty/javascript/bower_components/angular/README.md
new file mode 100644
index 0000000..fc0c099
--- /dev/null
+++ b/3rdparty/javascript/bower_components/angular/README.md
@@ -0,0 +1,48 @@
+# bower-angular
+
+This repo is for distribution on `bower`. The source for this module is in the
+[main AngularJS repo](https://github.com/angular/angular.js).
+Please file issues and pull requests against that repo.
+
+## Install
+
+Install with `bower`:
+
+```shell
+bower install angular
+```
+
+Add a `<script>` to your `index.html`:
+
+```html
+<script src="/bower_components/angular/angular.js"></script>
+```
+
+## Documentation
+
+Documentation is available on the
+[AngularJS docs site](http://docs.angularjs.org/).
+
+## License
+
+The MIT License
+
+Copyright (c) 2010-2012 Google, Inc. http://angularjs.org
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/dd6f5c0e/3rdparty/javascript/bower_components/angular/angular-csp.css
----------------------------------------------------------------------
diff --git a/3rdparty/javascript/bower_components/angular/angular-csp.css b/3rdparty/javascript/bower_components/angular/angular-csp.css
new file mode 100644
index 0000000..763f7b9
--- /dev/null
+++ b/3rdparty/javascript/bower_components/angular/angular-csp.css
@@ -0,0 +1,13 @@
+/* Include this file in your html if you are using the CSP mode. */
+
+@charset "UTF-8";
+
+[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
+.ng-cloak, .x-ng-cloak,
+.ng-hide {
+  display: none !important;
+}
+
+ng\:form {
+  display: block;
+}