diff options
| -rw-r--r-- | src/AngularPublic.js | 10 | 
1 files changed, 1 insertions, 9 deletions
| diff --git a/src/AngularPublic.js b/src/AngularPublic.js index bd86a9be..77b43250 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -1,15 +1,7 @@  'use strict';  var browserSingleton; -/** - * @workInProgress - * @ngdoc service - * @name angular.service.$browser - * @requires $log - * - * @description - * Represents the browser. - */ +  angularService('$browser', function($log){    if (!browserSingleton) {      browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body), | 
