mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 05:46:20 +02:00
Updates to Event Form
This commit is contained in:
parent
f776756798
commit
e61ef151f6
43 changed files with 736 additions and 484 deletions
|
@ -1,5 +1,4 @@
|
|||
angular.module('rallly')
|
||||
.controller('AboutCtrl', function(){
|
||||
$(".nav-link").removeClass('active');
|
||||
$(".nav-link[href='/about']").addClass('active');
|
||||
.controller('AboutCtrl', function(Title){
|
||||
Title.set('About Rallly')
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue