This website works better with JavaScript
Home
Explore
Help
Sign In
pavelefimen95
/
angularProject
Watch
3
Star
0
Fork
1
Files
Issues
0
Pull Requests
1
Wiki
Tree:
1058adb4de
Branches
Tags
Pavel7219
andrii_usatyi
master
pavelefimen95
angularProject
/
app
/
directives
/
steps.js
steps.js
113 B
History
Raw
1
2
3
4
5
6
app.directive('steps',[function(){
return {
templateUrl: 'app/views/steps.html',
replace: true
}
}])