Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeuniquely
/
angular-validation
Public
forked from
hueitan/angular-validation
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
angular-validation
dist
angular-validation.min.js
on
master
User selector
All users
All time
Commit history
Commits on Mar 9, 2017
Added support for dynamic default messages using functions. (#198)
Show description for fa1ec0d
scottadamsmith
authored and
hueitan
committed
fa1ec0d
View commit details
Copy full SHA for fa1ec0d
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
Executes $apply() only if doesn't have another in execution (blur)
Show description for 402752c
Murillo Ivamoto
committed
402752c
View commit details
Copy full SHA for 402752c
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Adding use-view-value option to the directive
Ondrej Zvara
committed
c538ea9
View commit details
Copy full SHA for c538ea9
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Observe validator changes
AKolodeev
committed
1a7f8f8
View commit details
Copy full SHA for 1a7f8f8
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
add expression dynamic return messages using functions Test Api Build
liangkuaisheng
committed
73fc9c1
View commit details
Copy full SHA for 73fc9c1
View code at this point
Browse repository at this point
add expression dynamic return messages using functions Test Api Build
liangkuaisheng
committed
bcf3881
View commit details
Copy full SHA for bcf3881
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
originalViewValue tracking
nmccready
committed
b3d5fe7
View commit details
Copy full SHA for b3d5fe7
View code at this point
Browse repository at this point
Commits on Jun 7, 2016
Fix validation-group not working properly
Show description for 58dc25a
lvarayut
committed
58dc25a
View commit details
Copy full SHA for 58dc25a
View code at this point
Browse repository at this point
Commits on May 11, 2016
Fixed calls for validCallback/invalidCallback: tests & build
dmitry-dedukhin
committed
4679067
View commit details
Copy full SHA for 4679067
View code at this point
Browse repository at this point
Commits on Jan 9, 2016
New Feature: custom Message Element & update parameter for setErrorHTML()& setSuccessHTML()
hung-doan
committed
932aea2
View commit details
Copy full SHA for 932aea2
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
After compilation, it's element not html
hueitan
committed
e16b92a
View commit details
Copy full SHA for e16b92a
View code at this point
Browse repository at this point
Add $compile to output html
hueitan
committed
8eb0a6f
View commit details
Copy full SHA for 8eb0a6f
View code at this point
Browse repository at this point
Commits on Dec 26, 2015
Separate attrs properties into variables and Comment validation-group
Show description for 4462bb1
lvarayut
committed
4462bb1
View commit details
Copy full SHA for 4462bb1
View code at this point
Browse repository at this point
Commits on Dec 19, 2015
Add validation-group attribute
lvarayut
committed
38dcc3a
View commit details
Copy full SHA for 38dcc3a
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
updated dist
Luca Trazzi
committed
865aee3
View commit details
Copy full SHA for 865aee3
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
updated dist
Luca Trazzi
committed
a1a80fc
View commit details
Copy full SHA for a1a80fc
View code at this point
Browse repository at this point
Commits on Dec 3, 2015
removed main.html
Nazanin1369
committed
652538f
View commit details
Copy full SHA for 652538f
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
FIX provider.setSuccess/ErrorMessage & no-validation-message
Show description for 0946ed4
hueitan
committed
0946ed4
View commit details
Copy full SHA for 0946ed4
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Refactoring the project, followed the airbnb/johnpapa style guide
Show description for 258cb93
lvarayut
committed
258cb93
View commit details
Copy full SHA for 258cb93
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
Remove unnecessary wrapping with IIFE
lvarayut
committed
b35cbe5
View commit details
Copy full SHA for b35cbe5
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Fix checkValid error
lvarayut
committed
465263f
View commit details
Copy full SHA for 465263f
View code at this point
Browse repository at this point
Commits on Sep 25, 2015
The actual value from the control's view (ctrl.$viewValue instead of watch value)
Show description for bb993bd
hueitan
committed
bb993bd
View commit details
Copy full SHA for bb993bd
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
Fixed no-validation-message condition #132
Show description for e53469c
hueitan
committed
e53469c
View commit details
Copy full SHA for e53469c
View code at this point
Browse repository at this point
validation-reset and has-error input #135
hueitan
committed
331d2eb
View commit details
Copy full SHA for 331d2eb
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
Adding message to invalid and valid callback functions.
Tyler Graf
authored and
Tyler Graf
committed
bf95088
View commit details
Copy full SHA for bf95088
View code at this point
Browse repository at this point
Commits on Jun 4, 2015
Fixed Issues #111
think2011
committed
f4cd192
View commit details
Copy full SHA for f4cd192
View code at this point
Browse repository at this point
Commits on May 3, 2015
Fixed another missing return, built with Grunt.
shahi
committed
09f9731
View commit details
Copy full SHA for 09f9731
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Allow passing of a parameter to validation rule and added min and max length rules
lopsided
committed
dffdc32
View commit details
Copy full SHA for dffdc32
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
grunt build
tb
committed
bd8e73f
View commit details
Copy full SHA for bd8e73f
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
[Add] Support for a default success and error message / Modify message-id, removing Jquery dependency
lvarayut
committed
2175b86
View commit details
Copy full SHA for 2175b86
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
[Fix] Regular expression, preventing Undefined and NULL value
lvarayut
committed
16c4ae5
View commit details
Copy full SHA for 16c4ae5
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
[Clear] Unnecessary code
lvarayut
committed
f5d2d96
View commit details
Copy full SHA for f5d2d96
View code at this point
Browse repository at this point
[Add] MessageId atrribute for customizing valid/invalid message position
lvarayut
committed
44936e3
View commit details
Copy full SHA for 44936e3
View code at this point
Browse repository at this point
Commits on Nov 24, 2014
Allows global disabling of error messages in case someone wants that
U-US\katerbm
authored and
U-US\katerbm
committed
7b5732c
View commit details
Copy full SHA for 7b5732c
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Updates dist files
U-US\katerbm
authored and
U-US\katerbm
committed
e6bd4c3
View commit details
Copy full SHA for e6bd4c3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.