Commit 31d2d74a106d7f5f2aa8de695099d0034615ef4d
1 parent
0b2afc9c8e
Exists in
master
espacion despues de coma
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
index.html
... | ... | @@ -45,10 +45,10 @@ |
45 | 45 | modalInstance.result.then( |
46 | 46 | function (selectedItem) { |
47 | 47 | console.info(selectedItem); |
48 | - $timeout(openModal,500); | |
48 | + $timeout(openModal, 500); | |
49 | 49 | }, function () { |
50 | 50 | console.info('modal-component dismissed at: ' + new Date()); |
51 | - $timeout(openModal,500); | |
51 | + $timeout(openModal, 500); | |
52 | 52 | } |
53 | 53 | ); |
54 | 54 | } |
src/js/app.js