steps.js 113 B

123456
  1. app.directive('steps',[function(){
  2. return {
  3. templateUrl: 'app/views/steps.html',
  4. replace: true
  5. }
  6. }])