This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pavelefimen95
/
angularProject
Segui
3
Vota
0
Forka
1
File
Problemi
0
Pull Requests
1
Wiki
Albero (Tree):
9743cee033
Rami (Branch)
Tag
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
Cronologia
Originale
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])