This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pavelefimen95
/
angularProject
Suivre
3
Voter
0
Fork
1
Fichiers
Tickets
0
Pull Requests
1
Wiki
Aborescence:
1058adb4de
Branches
Tags
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
Historique
Raw
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])