Skip to content

Commit 2bb337a

Browse files
committed
update(angular): bump to 1.3.0-beta.1
1 parent 68003be commit 2bb337a

28 files changed

+1538
-434
lines changed

app/index-async.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
// include angular loader, which allows the files to load in any order
1212

1313
/*
14-
AngularJS v1.2.14
14+
AngularJS v1.3.0-beta.1
1515
(c) 2010-2014 Google, Inc. http://angularjs.org
1616
License: MIT
1717
*/
18-
(function(){'use strict';function d(a){return function(){var c=arguments[0],b,c="["+(a?a+":":"")+c+"] http://errors.angularjs.org/1.2.14/"+(a?a+"/":"")+c;for(b=1;b<arguments.length;b++)c=c+(1==b?"?":"&")+"p"+(b-1)+"="+encodeURIComponent("function"==typeof arguments[b]?arguments[b].toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof arguments[b]?"undefined":"string"!=typeof arguments[b]?JSON.stringify(arguments[b]):arguments[b]);return Error(c)}}(function(a){var c=d("$injector"),b=d("ng");a=a.angular||
19-
(a.angular={});a.$$minErr=a.$$minErr||d;return a.module||(a.module=function(){var a={};return function(e,d,f){if("hasOwnProperty"===e)throw b("badname","module");d&&a.hasOwnProperty(e)&&(a[e]=null);return a[e]||(a[e]=function(){function a(c,d,e){return function(){b[e||"push"]([c,d,arguments]);return g}}if(!d)throw c("nomod",e);var b=[],h=[],k=a("$injector","invoke"),g={_invokeQueue:b,_runBlocks:h,requires:d,name:e,provider:a("$provide","provider"),factory:a("$provide","factory"),service:a("$provide",
18+
(function(){'use strict';function d(a){return function(){var c=arguments[0],b,c="["+(a?a+":":"")+c+"] http://errors.angularjs.org/1.3.0-beta.1/"+(a?a+"/":"")+c;for(b=1;b<arguments.length;b++)c=c+(1==b?"?":"&")+"p"+(b-1)+"="+encodeURIComponent("function"==typeof arguments[b]?arguments[b].toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof arguments[b]?"undefined":"string"!=typeof arguments[b]?JSON.stringify(arguments[b]):arguments[b]);return Error(c)}}(function(a){var c=d("$injector"),b=d("ng");
19+
a=a.angular||(a.angular={});a.$$minErr=a.$$minErr||d;return a.module||(a.module=function(){var a={};return function(e,d,f){if("hasOwnProperty"===e)throw b("badname","module");d&&a.hasOwnProperty(e)&&(a[e]=null);return a[e]||(a[e]=function(){function a(c,d,e){return function(){b[e||"push"]([c,d,arguments]);return g}}if(!d)throw c("nomod",e);var b=[],h=[],k=a("$injector","invoke"),g={_invokeQueue:b,_runBlocks:h,requires:d,name:e,provider:a("$provide","provider"),factory:a("$provide","factory"),service:a("$provide",
2020
"service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),animation:a("$animateProvider","register"),filter:a("$filterProvider","register"),controller:a("$controllerProvider","register"),directive:a("$compileProvider","directive"),config:k,run:function(a){h.push(a);return this}};f&&k(f);return g}())}}())})(window)})(window);
2121
//# sourceMappingURL=angular-loader.min.js.map
2222

app/lib/angular/angular-animate.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.2.14
2+
* @license AngularJS v1.3.0-beta.1
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -707,8 +707,7 @@ angular.module('ngAnimate', ['ng'])
707707
/**
708708
*
709709
* @ngdoc function
710-
* @name ng.$animate#setClass
711-
* @methodOf ng.$animate
710+
* @name $animate#setClass
712711
* @function
713712
* @description Adds and/or removes the given CSS classes to and from the element.
714713
* Once complete, the done() callback will be fired (if provided).

app/lib/angular/angular-animate.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/lib/angular/angular-animate.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/lib/angular/angular-cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.2.14
2+
* @license AngularJS v1.3.0-beta.1
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

app/lib/angular/angular-cookies.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/lib/angular/angular-loader.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.2.14
2+
* @license AngularJS v1.3.0-beta.1
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -69,7 +69,7 @@ function minErr(module) {
6969
return match;
7070
});
7171

72-
message = message + '\nhttp://errors.angularjs.org/1.2.14/' +
72+
message = message + '\nhttp://errors.angularjs.org/1.3.0-beta.1/' +
7373
(module ? module + '/' : '') + code;
7474
for (i = 2; i < arguments.length; i++) {
7575
message = message + (i == 2 ? '?' : '&') + 'p' + (i-2) + '=' +
@@ -144,7 +144,7 @@ function setupModuleLoader(window) {
144144
* Then you can create an injector and load your modules like this:
145145
*
146146
* ```js
147-
* var injector = angular.injector(['ng', 'MyModule'])
147+
* var injector = angular.injector(['ng', 'myModule'])
148148
* ```
149149
*
150150
* However it's more likely that you'll just use
@@ -153,7 +153,7 @@ function setupModuleLoader(window) {
153153
*
154154
* @param {!string} name The name of the module to create or retrieve.
155155
* @param {Array.<string>=} requires If specified then new module is being created. If
156-
* unspecified then the the module is being retrieved for further configuration.
156+
* unspecified then the module is being retrieved for further configuration.
157157
* @param {Function} configFn Optional configuration function for the module. Same as
158158
* {@link angular.Module#config Module#config()}.
159159
* @returns {module} new module with the {@link angular.Module} api.
@@ -194,7 +194,6 @@ function setupModuleLoader(window) {
194194
* @ngdoc property
195195
* @name angular.Module#requires
196196
* @module ng
197-
* @propertyOf angular.Module
198197
* @returns {Array.<string>} List of module names which must be loaded before this module.
199198
* @description
200199
* Holds the list of modules which the injector will load before the current module is
@@ -206,7 +205,6 @@ function setupModuleLoader(window) {
206205
* @ngdoc property
207206
* @name angular.Module#name
208207
* @module ng
209-
* @propertyOf angular.Module
210208
* @returns {string} Name of the module.
211209
* @description
212210
*/

app/lib/angular/angular-loader.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/lib/angular/angular-loader.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/lib/angular/angular-resource.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.2.14
2+
* @license AngularJS v1.3.0-beta.1
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -102,7 +102,7 @@ function shallowClearAndCopy(src, dst) {
102102
* If the parameter value is prefixed with `@` then the value of that parameter is extracted from
103103
* the data object (useful for non-GET operations).
104104
*
105-
* @param {Object.&lt;Object&gt;=} actions Hash with declaration of custom action that should extend
105+
* @param {Object.<Object>=} actions Hash with declaration of custom action that should extend
106106
* the default set of resource actions. The declaration should be created in the format of {@link
107107
* ng.$http#usage_parameters $http.config}:
108108
*

app/lib/angular/angular-resource.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)