0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript970 stars (970 stars)334 forks (334 forks)batch import
enhancementhelp wanted
Description
Contributor guide
- Tech stack
- javascriptangular
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- AngularJS basicsregular expressions
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Look at the existing money mask directive in the repository (likely in src/money mask.js or similar). Identify how positive numbers are currently handled and where validation occurs. Modify the regex or input handling to allow an optional leading minus sign. Ensure negative numbers are properly displayed and parsed. Test with various negative inputs and edge cases (e.g., 0, decimals). Consider any existing tests to extend.