Skip to content

Commit 1a132c2

Browse files
committed
fix(server): removed typo and cleaned up extra whitespace
1 parent 42ee53e commit 1a132c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: templates/coffeescript/controllers/signup.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ angular.module('<%= scriptAppName %>')
88
$scope.register = (form) ->
99
$scope.submitted = true
1010

11-
if form.$valid
11+
if form.$valid
1212
Auth.createUser(
1313
name: $scope.user.name
1414
email: $scope.user.email

Diff for: templates/express/config/dummydata.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ User.find({}).remove(function() {
4343
name: 'Test User',
4444
4545
password: 'test'
46-
}, function() {41
46+
}, function() {
4747
console.log('finished populating users');
4848
}
4949
);

0 commit comments

Comments
 (0)