mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-02 11:46:03 +02:00
- added notifications - added toggle switches - added delete feature - added email verification
6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
angular.module('rallly')
|
|
.controller('AccountCtrl', function($scope, ConfirmModal){
|
|
$scope.showNotice = function(){
|
|
|
|
}
|
|
})
|