summaryrefslogtreecommitdiffstats
path: root/docs/docsite/modules.js
blob: 103bc2cadb44b69358c8efab5111ea81dc9fe362 (plain)
1
2
3
4
5
function AnsibleModules($scope) {
  $scope.modules = [];

  $scope.orderProp = "module";
}