This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pavelefimen95
/
angularProject
Seguir
3
Destacar
0
Fork
1
Ficheiros
Incidencias
0
Pull Requests
1
Wiki
Árbore:
9743cee033
Ramas
Etiquetas
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
Histórico
Raw
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])