aboutsummaryrefslogtreecommitdiffstats
path: root/src/JSON.js
diff options
context:
space:
mode:
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