Skip to content

Commit 99ee6f2

Browse files
vojtajinaIgorMinar
authored andcommitted
doc($browser): remove duplication of $browser to docs
This was causing to show up the "$browser" twice in the menu.
1 parent 21c4919 commit 99ee6f2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/AngularPublic.js

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
'use strict';
22

33
var browserSingleton;
4-
/**
5-
* @workInProgress
6-
* @ngdoc service
7-
* @name angular.service.$browser
8-
* @requires $log
9-
*
10-
* @description
11-
* Represents the browser.
12-
*/
4+
135
angularService('$browser', function($log){
146
if (!browserSingleton) {
157
browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body),

0 commit comments

Comments
 (0)