mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
moving the angular.mock docs down in the api list
This commit is contained in:
parent
c35b0a7907
commit
48e69ed4d1
1 changed files with 2 additions and 1 deletions
|
|
@ -588,7 +588,8 @@ var KEYWORD_PRIORITY = {
|
|||
'.angular.scope': 7,
|
||||
'.angular.service': 7,
|
||||
'.angular.validator': 7,
|
||||
'.angular.widget': 7
|
||||
'.angular.widget': 7,
|
||||
'.angular.mock': 8
|
||||
};
|
||||
function keywordSort(a, b){
|
||||
function mangleName(doc) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue