app.directive('steps',[function(){ return { templateUrl: 'app/views/steps.html', replace: true } }])