Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Sep 29, 2014
1 parent f9c1bc9 commit ddd4fda
Show file tree
Hide file tree
Showing 18 changed files with 395 additions and 334 deletions.
10 changes: 5 additions & 5 deletions js/vendor/angular-mocks/.bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "angular-mocks",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"main": "./angular-mocks.js",
"dependencies": {
"angular": "1.3.0-rc.2"
"angular": "1.3.0-rc.3"
},
"homepage": "https://github.com/angular/bower-angular-mocks",
"_release": "1.3.0-rc.2",
"_release": "1.3.0-rc.3",
"_resolution": {
"type": "version",
"tag": "v1.3.0-rc.2",
"commit": "fcea404efd84f620fb3dd013aea7061ee8817dbc"
"tag": "v1.3.0-rc.3",
"commit": "b629e1ed8a4a61ce98b4f52b32c7a8928d968703"
},
"_source": "git://github.com/angular/bower-angular-mocks.git",
"_target": "~1.3.*",
Expand Down
2 changes: 1 addition & 1 deletion js/vendor/angular-mocks/angular-mocks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.3.0-rc.2
* @license AngularJS v1.3.0-rc.3
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions js/vendor/angular-mocks/bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-mocks",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"main": "./angular-mocks.js",
"dependencies": {
"angular": "1.3.0-rc.2"
"angular": "1.3.0-rc.3"
}
}
10 changes: 5 additions & 5 deletions js/vendor/angular-route/.bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "angular-route",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"main": "./angular-route.js",
"dependencies": {
"angular": "1.3.0-rc.2"
"angular": "1.3.0-rc.3"
},
"homepage": "https://github.com/angular/bower-angular-route",
"_release": "1.3.0-rc.2",
"_release": "1.3.0-rc.3",
"_resolution": {
"type": "version",
"tag": "v1.3.0-rc.2",
"commit": "16232470b65ff42b493ef6e3f30d28628797ce94"
"tag": "v1.3.0-rc.3",
"commit": "41cccd829acc6a2df293daa5fffc11b71a08560a"
},
"_source": "git://github.com/angular/bower-angular-route.git",
"_target": "~1.3.*",
Expand Down
5 changes: 1 addition & 4 deletions js/vendor/angular-route/angular-route.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.3.0-rc.2
* @license AngularJS v1.3.0-rc.3
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -273,9 +273,6 @@ function $RouteProvider(){
* This example shows how changing the URL hash causes the `$route` to match a route against the
* URL, and the `ngView` pulls in the partial.
*
* Note that this example is using {@link ng.directive:script inlined templates}
* to get it working on jsfiddle as well.
*
* <example name="$route-service" module="ngRouteExample"
* deps="angular-route.js" fixBase="true">
* <file name="index.html">
Expand Down
2 changes: 1 addition & 1 deletion js/vendor/angular-route/angular-route.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/vendor/angular-route/angular-route.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/vendor/angular-route/bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-route",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"main": "./angular-route.js",
"dependencies": {
"angular": "1.3.0-rc.2"
"angular": "1.3.0-rc.3"
}
}
10 changes: 5 additions & 5 deletions js/vendor/angular-sanitize/.bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "angular-sanitize",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"main": "./angular-sanitize.js",
"dependencies": {
"angular": "1.3.0-rc.2"
"angular": "1.3.0-rc.3"
},
"homepage": "https://github.com/angular/bower-angular-sanitize",
"_release": "1.3.0-rc.2",
"_release": "1.3.0-rc.3",
"_resolution": {
"type": "version",
"tag": "v1.3.0-rc.2",
"commit": "9d76dfb777982f3010d5bbc7f835fcd01cd06ec6"
"tag": "v1.3.0-rc.3",
"commit": "7fb8b6134c578901a766b6fb0bbecf24a245696a"
},
"_source": "git://github.com/angular/bower-angular-sanitize.git",
"_target": "~1.3.*",
Expand Down
2 changes: 1 addition & 1 deletion js/vendor/angular-sanitize/angular-sanitize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.3.0-rc.2
* @license AngularJS v1.3.0-rc.3
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion js/vendor/angular-sanitize/angular-sanitize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/vendor/angular-sanitize/bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-sanitize",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"main": "./angular-sanitize.js",
"dependencies": {
"angular": "1.3.0-rc.2"
"angular": "1.3.0-rc.3"
}
}
8 changes: 4 additions & 4 deletions js/vendor/angular/.bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "angular",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"main": "./angular.js",
"dependencies": {},
"homepage": "https://github.com/angular/bower-angular",
"_release": "1.3.0-rc.2",
"_release": "1.3.0-rc.3",
"_resolution": {
"type": "version",
"tag": "v1.3.0-rc.2",
"commit": "dbe57c6c9495752c3d1cf3a75fc5aa624ff3ba06"
"tag": "v1.3.0-rc.3",
"commit": "b35bc522b2bcc4258994d6738e3f7ad91e42cdc0"
},
"_source": "git://github.com/angular/bower-angular.git",
"_target": "~1.3.*",
Expand Down
Loading

0 comments on commit ddd4fda

Please sign in to comment.