rallly/public/js/controllers/account.controller.js
Luke Vella 1b20a11bba New Features
- added notifications
- added toggle switches
- added delete feature
- added email verification
2015-01-26 13:11:48 +01:00

6 lines
138 B
JavaScript

angular.module('rallly')
.controller('AccountCtrl', function($scope, ConfirmModal){
$scope.showNotice = function(){
}
})