Skip to content

Commit e9fde50

Browse files
committed
Replaced name and year
1 parent cef579c commit e9fde50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/scripts/controllers/HomeController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
});
1515
};
1616

17-
$scope.importConference = function (newConfYear, newConfName, playlistLink) {
18-
if (newConfYear !== '' && newConfName !== '' && playlistLink !== '') {
17+
$scope.importConference = function (newConfName, newConfYear, playlistLink) {
18+
if (newConfName !== '' && newConfYear !== '' && playlistLink !== '') {
1919
ConferenceService.importConference(newConfYear, newConfName, playlistLink)
2020
.then(function (response) {
2121
console.log('response', response);

0 commit comments

Comments
 (0)