mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 00:10:26 +00:00
fix(ngdocs): merge duplicate css class attributes
This commit is contained in:
parent
f89ba38dcd
commit
ead9cb7fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@
|
|||
</ul>
|
||||
|
||||
|
||||
<ul class="nav nav-list well" ng-repeat="module in modules track by module.url" class="api-list-item">
|
||||
<ul class="nav nav-list well api-list-item" ng-repeat="module in modules track by module.url">
|
||||
<li class="nav-header module">
|
||||
<a class="guide" href="{{URL.module}}">module</a>
|
||||
<a class="code" href="{{module.url}}">{{module.name}}</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue