This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pavelefimen95
/
angularProject
Tarkkaile
3
Äänestä
0
Fork
1
Tiedostot
Ongelmat
0
Pull-pyynnöt
1
Wiki
Puu:
1058adb4de
Branchit
Tagit
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
Historia
Raaka
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])