This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
pavelefimen95
/
angularProject
Pridať medzi pozorované
3
Hviezda
0
Fork
1
Súbory
Issues
0
Pull requesty
1
Wiki
Strom:
1058adb4de
Branche
Tagy
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
História
Raw
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])