Add titles and descriptions to the pages
This commit is contained in:
parent
078f9c206f
commit
b66551ec48
15 changed files with 50 additions and 15 deletions
|
@ -3,7 +3,9 @@
|
|||
* Contact details page. The contacts are configurable.
|
||||
*/
|
||||
angular.module('quayPages').config(['pages', function(pages) {
|
||||
pages.create('contact', 'contact.html', ContactCtrl);
|
||||
pages.create('contact', 'contact.html', ContactCtrl, {
|
||||
'title': 'Contact Us'
|
||||
});
|
||||
}]);
|
||||
|
||||
function ContactCtrl($scope, Config) {
|
||||
|
|
Reference in a new issue