release: v1.0.0-rc.0 "neodymium-newt"

This commit is contained in:
Ionitron
2015-03-05 21:14:14 +00:00
parent 9a3763939e
commit b75c78653b
26 changed files with 13522 additions and 9070 deletions

View File

@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.3.6
* @license AngularJS v1.3.13
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -116,7 +116,7 @@ function shallowClearAndCopy(src, dst) {
* example, if the `defaultParam` object is `{someParam: '@someProp'}` then the value of `someParam`
* will be `data.someProp`.
*
* @param {Object.<Object>=} actions Hash with declaration of custom action that should extend
* @param {Object.<Object>=} actions Hash with declaration of custom actions that should extend
* the default set of resource actions. The declaration should be created in the format of {@link
* ng.$http#usage $http.config}:
*