This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pavelefimen95
/
angularProject
Watch
3
Star
0
Fork
1
ファイル
課題
0
プルリクエスト
1
Wiki
ツリー:
2158feeb12
ブランチ
タグ
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
}
}])