diff --git a/src/AngularPublic.js b/src/AngularPublic.js index bd86a9be9fdc..77b43250e357 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),