Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Raph El
Admin-Panel
Commits
d62d61bd
Commit
d62d61bd
authored
May 04, 2015
by
El-gitano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction du bug de redirection après authentification
parent
4cef6199
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
TODO
TODO
+6
-0
app/scripts/controllers/authentification.js
app/scripts/controllers/authentification.js
+2
-2
No files found.
TODO
View file @
d62d61bd
...
...
@@ -7,3 +7,9 @@ Faire la documentation des contrôleurs
Retour Google Chrome
=== POINTS IMPORTANTS ===
Passage Prépa compet => passage 1/4 onglet match encore désactiver
Quand il reste un match en demi-finale qui se termine => Impossible de passer à l'étape suivante du tournoi'
Match en cours forcer score
Match déjà terminé rajouter vainqueur
app/scripts/controllers/authentification.js
View file @
d62d61bd
...
...
@@ -7,7 +7,7 @@
* Contrôleur de la page d'authentification
*/
angular
.
module
(
'
panelAdminApp
'
)
.
controller
(
'
AuthentificationCtrl
'
,
[
'
$scope
'
,
'
$
window
'
,
'
apicall
'
,
'
infosConnexion
'
,
'
informer
'
,
function
(
$scope
,
$
window
,
apicall
,
infosConnexion
,
informer
)
{
.
controller
(
'
AuthentificationCtrl
'
,
[
'
$scope
'
,
'
$
location
'
,
'
apicall
'
,
'
infosConnexion
'
,
'
informer
'
,
function
(
$scope
,
$
location
,
apicall
,
infosConnexion
,
informer
)
{
$scope
.
lancerConnexion
=
function
(){
...
...
@@ -16,7 +16,7 @@ angular.module('panelAdminApp')
informer
.
success
(
'
Connexion réalisée avec succès
'
);
infosConnexion
.
token
=
donnees
.
token
;
$
window
.
history
.
back
(
);
$
location
.
path
(
'
/accueil
'
);
}).
error
(
function
(){
...
...
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