aboutsummaryrefslogtreecommitdiffstats
path: root/src/service
diff options
context:
space:
mode:
Diffstat (limited to 'src/service')
-rw-r--r--src/service/cookieStore.js4
-rw-r--r--src/service/cookies.js1
-rw-r--r--src/service/defer.js1
-rw-r--r--src/service/document.js1
-rw-r--r--src/service/exceptionHandler.js1
-rw-r--r--src/service/formFactory.js2
-rw-r--r--src/service/log.js5
-rw-r--r--src/service/resource.js1
-rw-r--r--src/service/route.js8
-rw-r--r--src/service/routeParams.js1
-rw-r--r--src/service/sniffer.js1
-rw-r--r--src/service/window.js1
-rw-r--r--src/service/xhr.bulk.js1
-rw-r--r--src/service/xhr.cache.js1
-rw-r--r--src/service/xhr.error.js1
-rw-r--r--src/service/xhr.js1
16 files changed, 0 insertions, 31 deletions
diff --git a/src/service/cookieStore.js b/src/service/cookieStore.js
index facce284..1b38cfac 100644
--- a/src/service/cookieStore.js
+++ b/src/service/cookieStore.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$cookieStore
* @requires $cookies
@@ -16,7 +15,6 @@ angularServiceInject('$cookieStore', function($store) {
return {
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$cookieStore#get
* @methodOf angular.service.$cookieStore
@@ -32,7 +30,6 @@ angularServiceInject('$cookieStore', function($store) {
},
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$cookieStore#put
* @methodOf angular.service.$cookieStore
@@ -48,7 +45,6 @@ angularServiceInject('$cookieStore', function($store) {
},
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$cookieStore#remove
* @methodOf angular.service.$cookieStore
diff --git a/src/service/cookies.js b/src/service/cookies.js
index c02fd8a8..a2ccee09 100644
--- a/src/service/cookies.js
+++ b/src/service/cookies.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$cookies
* @requires $browser
diff --git a/src/service/defer.js b/src/service/defer.js
index 1ea4bf0c..7d0fdeb7 100644
--- a/src/service/defer.js
+++ b/src/service/defer.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$defer
* @requires $browser
diff --git a/src/service/document.js b/src/service/document.js
index 37a5bba2..ae13c1ed 100644
--- a/src/service/document.js
+++ b/src/service/document.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$document
* @requires $window
diff --git a/src/service/exceptionHandler.js b/src/service/exceptionHandler.js
index aa4eed47..4bf6b6a6 100644
--- a/src/service/exceptionHandler.js
+++ b/src/service/exceptionHandler.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$exceptionHandler
* @requires $log
diff --git a/src/service/formFactory.js b/src/service/formFactory.js
index 1efbe363..e7ff42ff 100644
--- a/src/service/formFactory.js
+++ b/src/service/formFactory.js
@@ -152,7 +152,6 @@ function propertiesUpdate(widget) {
*/
/**
- * @workInProgress
* @ngdoc property
* @name $invalid
* @propertyOf angular.service.$formFactory
@@ -163,7 +162,6 @@ function propertiesUpdate(widget) {
*/
/**
- * @workInProgress
* @ngdoc property
* @name $valid
* @propertyOf angular.service.$formFactory
diff --git a/src/service/log.js b/src/service/log.js
index 01254178..29577166 100644
--- a/src/service/log.js
+++ b/src/service/log.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$log
* @requires $window
@@ -39,7 +38,6 @@ var $logFactory; //reference to be used only in tests
angularServiceInject("$log", $logFactory = function($window){
return {
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$log#log
* @methodOf angular.service.$log
@@ -50,7 +48,6 @@ angularServiceInject("$log", $logFactory = function($window){
log: consoleLog('log'),
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$log#warn
* @methodOf angular.service.$log
@@ -61,7 +58,6 @@ angularServiceInject("$log", $logFactory = function($window){
warn: consoleLog('warn'),
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$log#info
* @methodOf angular.service.$log
@@ -72,7 +68,6 @@ angularServiceInject("$log", $logFactory = function($window){
info: consoleLog('info'),
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$log#error
* @methodOf angular.service.$log
diff --git a/src/service/resource.js b/src/service/resource.js
index 27bb1632..8d77a9e4 100644
--- a/src/service/resource.js
+++ b/src/service/resource.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$resource
* @requires $xhr.cache
diff --git a/src/service/route.js b/src/service/route.js
index f5c8a672..ddc3df49 100644
--- a/src/service/route.js
+++ b/src/service/route.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$route
* @requires $location
@@ -65,7 +64,6 @@
*/
angularServiceInject('$route', function($location, $routeParams) {
/**
- * @workInProgress
* @ngdoc event
* @name angular.service.$route#$beforeRouteChange
* @eventOf angular.service.$route
@@ -84,7 +82,6 @@ angularServiceInject('$route', function($location, $routeParams) {
*/
/**
- * @workInProgress
* @ngdoc event
* @name angular.service.$route#$afterRouteChange
* @eventOf angular.service.$route
@@ -103,7 +100,6 @@ angularServiceInject('$route', function($location, $routeParams) {
*/
/**
- * @workInProgress
* @ngdoc event
* @name angular.service.$route#$routeUpdate
* @eventOf angular.service.$route
@@ -124,7 +120,6 @@ angularServiceInject('$route', function($location, $routeParams) {
routes: routes,
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$route#parent
* @methodOf angular.service.$route
@@ -141,7 +136,6 @@ angularServiceInject('$route', function($location, $routeParams) {
},
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$route#when
* @methodOf angular.service.$route
@@ -197,7 +191,6 @@ angularServiceInject('$route', function($location, $routeParams) {
},
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$route#otherwise
* @methodOf angular.service.$route
@@ -213,7 +206,6 @@ angularServiceInject('$route', function($location, $routeParams) {
},
/**
- * @workInProgress
* @ngdoc method
* @name angular.service.$route#reload
* @methodOf angular.service.$route
diff --git a/src/service/routeParams.js b/src/service/routeParams.js
index ac496ec7..a9e201a3 100644
--- a/src/service/routeParams.js
+++ b/src/service/routeParams.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$routeParams
* @requires $route
diff --git a/src/service/sniffer.js b/src/service/sniffer.js
index c71a9bde..ed6d688d 100644
--- a/src/service/sniffer.js
+++ b/src/service/sniffer.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$sniffer
* @requires $window
diff --git a/src/service/window.js b/src/service/window.js
index 9795e4fc..bc264e30 100644
--- a/src/service/window.js
+++ b/src/service/window.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$window
*
diff --git a/src/service/xhr.bulk.js b/src/service/xhr.bulk.js
index db560556..33c9384b 100644
--- a/src/service/xhr.bulk.js
+++ b/src/service/xhr.bulk.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$xhr.bulk
* @requires $xhr
diff --git a/src/service/xhr.cache.js b/src/service/xhr.cache.js
index 14051c40..630caa5b 100644
--- a/src/service/xhr.cache.js
+++ b/src/service/xhr.cache.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$xhr.cache
* @function
diff --git a/src/service/xhr.error.js b/src/service/xhr.error.js
index 0ff6de1c..01fb8fff 100644
--- a/src/service/xhr.error.js
+++ b/src/service/xhr.error.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$xhr.error
* @function
diff --git a/src/service/xhr.js b/src/service/xhr.js
index 8a50964b..fe7d42d9 100644
--- a/src/service/xhr.js
+++ b/src/service/xhr.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc service
* @name angular.service.$xhr
* @function