This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js/pages/about.js
2015-02-23 11:51:07 -05:00

8 lines
No EOL
160 B
JavaScript

(function() {
/**
* About page.
*/
angular.module('quayPages').config(['pages', function(pages) {
pages.create('about', 'about.html');
}]);
}())