$('a').click(function(){
event.preventDefault();
// пишем что-то в кукисы
location.href = $(this).attr('href');
})
function($routeProvider) {
$routeProvider.
when('/step-1', {
templateUrl: 'reg/step-1.html',
controller: 'FirstStepCtrl'
}).
when('/step-2', {
templateUrl: 'reg/step-2.html',
controller: 'SecondStepCtrl'
}).
<form>
<input style="width: 100%;" type="text" name="1553" value="Конструктивная огнезащита">
<input style="width: 100%;" type="text" name="102" value="Краска">
<input style="width: 100%;" type="text" name="1596" value="Не указано">
<input style="width: 100%;" type="text" name="109" value="Сухая штукатурная смесь">
<button>Сохранить</button>
</form>