# angular-repeat-n **Repository Path**: mirrors_yesmeck/angular-repeat-n ## Basic Information - **Project Name**: angular-repeat-n - **Description**: Angular directive used to repeat a DOM element n times. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README angular-repeat-n ================ Angular directive used to repeat an HTML element n times. ## Installation via Bower: `bower install angular-repeat-n` ## Usage Load the `angular-repeat-n` module in your app or controller. Repeat any element: `{{$index}}` --> "1234" `
` will repeat for the value of `$scope.repeatNumTimes` ## Hacking Fork & submit a pull request if there's something I missed! - `gulp test` to test - `gulp build` to build