aboutsummaryrefslogtreecommitdiffstats
path: root/src/JSON.js
diff options
context:
space:
mode:
authorIgor Minar2010-11-18 16:28:42 -0800
committerIgor Minar2010-11-18 16:28:42 -0800
commitfc7f11d03b4380866033c38eb7649cdc5be93d9a (patch)
treefbf4d2af422767cad0fb96d4d4f86801ac293631 /src/JSON.js
parent3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff)
downloadangular.js-fc7f11d03b4380866033c38eb7649cdc5be93d9a.tar.bz2
add @workInProgress tag and mark all @ngdocs as work in progress
Diffstat (limited to 'src/JSON.js')
-rw-r--r--src/JSON.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/JSON.js b/src/JSON.js
index abb895e0..2906362c 100644
--- a/src/JSON.js
+++ b/src/JSON.js
@@ -1,6 +1,7 @@
var array = [].constructor;
/**
+ * @workInProgress
* @ngdoc function
* @name angular.toJson
* @function
@@ -19,6 +20,7 @@ function toJson(obj, pretty) {
}
/**
+ * @workInProgress
* @ngdoc function
* @name angular.fromJson
* @function