Skip to content

Commit 62e2b03

Browse files
committed
Resolved some errors
1 parent 311c3e2 commit 62e2b03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/controllers/dashboard-controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ notes.controller('dashboardCtrl', function dashboardCtrl($scope, $window, $http)
4040
html += '<h1>'+$scope.noteHeading+'</h1>';
4141
html += '<div class="col-md-12" id="noteBody">'+$scope.note+'</div>';
4242
angular.element('#notes').append(html);
43-
$scope.name = data.firstname + data.lastname;
4443
$('#myModal').modal('hide');
4544
})
4645
.error(function(data) {

0 commit comments

Comments
 (0)