Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QLNS_N01
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Văn Hiếu
QLNS_N01
Commits
6c6c507b
Commit
6c6c507b
authored
Jun 05, 2019
by
đinh thị đầm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
34e96158
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/main/resources/public/pages/employee/employeeController.js
...ain/resources/public/pages/employee/employeeController.js
+4
-1
No files found.
src/main/resources/public/pages/employee/employeeController.js
View file @
6c6c507b
...
@@ -38,7 +38,10 @@ angular.module("myApp",[]).controller("tintucController", function($scope, $http
...
@@ -38,7 +38,10 @@ angular.module("myApp",[]).controller("tintucController", function($scope, $http
list_employee
();
list_employee
();
}
}
$scope
.
deleteEmployee
=
function
(
employee
)
{
$scope
.
deleteEmployee
=
function
(
employee
)
{
$http
({
method
:
'
DELETE
'
,
url
:
'
/deleteEmployee/
'
+
customer
.
id
}).
then
(
_success
,
_error
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment