This website works better with JavaScript
홈
탐색
도움말
로그인
pavelefimen95
/
angularProject
Watch
3
Star
0
포크
1
파일
이슈
0
풀 리퀘스트
1
위키
트리:
1058adb4de
브랜치
태그
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
히스토리
Raw
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])