6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
app.controller('emailCtrl', [
|
|
'$scope',
|
|
function($scope) {
|
|
var vm = this;
|
|
}]);
|