This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pavelefimen95
/
angularProject
Xem
3
Star
0
Fork
1
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
1
Wiki
Tree:
9743cee033
Branches
Tags
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
Lịch sử
Raw
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])