Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 279c626

Browse files
Michel Boudreaumboudreau
Michel Boudreau
authored andcommitted
fixing weird duplication of docs when merging
1 parent 9db8803 commit 279c626

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/Angular.js

-19
Original file line numberDiff line numberDiff line change
@@ -900,25 +900,6 @@ var csp = function() {
900900
return (csp.isActive_ = active);
901901
};
902902

903-
/**
904-
* @ngdoc directive
905-
* @name ng.directive:ngJq
906-
*
907-
* @element html
908-
* @param {string} (optional) the name of the library available under `window` to be used for angular.element
909-
*
910-
* @description
911-
*
912-
* Use this directive to force the angular.element library. This should be used to force
913-
* either jqLite by leaving ng-jq blank or setting the name of the jquery variable under window
914-
* (eg. jQuery).
915-
*
916-
* This directive is global for the whole of the angular library, hence the directive can only
917-
* be added to the top-most HTML element.
918-
*
919-
*/
920-
921-
922903
/**
923904
* @ngdoc directive
924905
* @name ngJq

0 commit comments

Comments
 (0)