Try to use ng-repeat
ng-repeat
{{n}}
ng-model is an Angular attribute, you don't need to include the {{}} -- try ng-model="'p' + n"
ng-model
{{}}
ng-model="'p' + n"