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
Type
/
to 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 }}
coolrz
/
angular.js
Public
forked from
angular/angular.js
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 14, 2014
doc(angular.forEach): note difference from ES262's Array.prototype.forEach
Show description for 6502ab0
Jeremiah Hoyet
authored and
caitp
committed
6502ab0
View commit details
Copy full SHA for 6502ab0
Browse repository at this point
fix(testability): escape regex chars in `findBindings` if using `exactMatch`
Show description for 02aa4f4
juliemr
authored and
petebacondarwin
committed
02aa4f4
View commit details
Copy full SHA for 02aa4f4
Browse repository at this point
docs(ngModel): fix anchor text
Show description for 69bf2f0
cironunes
authored and
petebacondarwin
committed
69bf2f0
View commit details
Copy full SHA for 69bf2f0
Browse repository at this point
chore(CHANGELOG): fix name of jqLiteDocumentLoaded function
Show description for fd375c5
gkalpak
authored and
petebacondarwin
committed
fd375c5
View commit details
Copy full SHA for fd375c5
Browse repository at this point
docs(CONTRIBUTING): prototypical -> prototypal
Show description for b8b63df
afshinator
authored and
petebacondarwin
committed
b8b63df
View commit details
Copy full SHA for b8b63df
Browse repository at this point
fix($parse): support dirty-checking objects with null prototype
Show description for 28661d1
HeberLZ
authored and
caitp
committed
28661d1
View commit details
Copy full SHA for 28661d1
Browse repository at this point
Commits on Oct 13, 2014
chore(npm): update npm dependencies
Show description for 7f4d24c
mgol
authored and
IgorMinar
committed
7f4d24c
View commit details
Copy full SHA for 7f4d24c
Browse repository at this point
docs(changelog): add release notes for 1.3
jeffbcross
committed
399a7af
View commit details
Copy full SHA for 399a7af
Browse repository at this point
docs(directive): add an example showing `templateUrl` functions
Show description for f277c56
spaceribs
authored and
btford
committed
f277c56
View commit details
Copy full SHA for f277c56
Browse repository at this point
feat($animate): introduce the $animate.animate() method
matsko
authored and
IgorMinar
committed
02be700
View commit details
Copy full SHA for 02be700
Browse repository at this point
feat($animate): allow $animate to pass custom styles into animations
Show description for e5f4d7b
matsko
authored and
IgorMinar
committed
e5f4d7b
View commit details
Copy full SHA for e5f4d7b
Browse repository at this point
docs(ngIf): fixes font color change
Show description for 63ef085
jesselpalmer
authored and
IgorMinar
committed
63ef085
View commit details
Copy full SHA for 63ef085
Browse repository at this point
docs($httpBackend): add module declaration for best understanding
Show description for 0f6aa10
lnmunhoz
authored and
IgorMinar
committed
0f6aa10
View commit details
Copy full SHA for 0f6aa10
Browse repository at this point
docs(limitTo): fixed incorrect field type
Show description for 3345bf8
jimmywarting
authored and
tbosch
committed
3345bf8
View commit details
Copy full SHA for 3345bf8
Browse repository at this point
test(currencyFilter): fix disambiguous locator warning in e2e tests
Show description for 8b568d7
gkalpak
authored and
tbosch
committed
8b568d7
View commit details
Copy full SHA for 8b568d7
Browse repository at this point
refactor(ngAnimate): remove unused function argument
Show description for 520db0c
pomerantsev
authored and
IgorMinar
committed
520db0c
View commit details
Copy full SHA for 520db0c
Browse repository at this point
refactor($browser): more test coverage around history.state manipulation
Show description for 4a85512
mgol
authored and
IgorMinar
committed
4a85512
View commit details
Copy full SHA for 4a85512
Browse repository at this point
docs($compile): tiny grammar correction
Show description for 28133cb
alirezamirian
authored and
IgorMinar
committed
28133cb
View commit details
Copy full SHA for 28133cb
Browse repository at this point
refactor($animate): clean up core $animate code
matsko
authored and
IgorMinar
committed
b747d3b
View commit details
Copy full SHA for b747d3b
Browse repository at this point
refactor($animate): use $animate.$$setClassImmediately to save code
matsko
authored and
IgorMinar
committed
c44fc6d
View commit details
Copy full SHA for c44fc6d
Browse repository at this point
fix($browser): account for IE deserializing history.state on each read
Show description for 1efaf3d
mgol
authored and
IgorMinar
committed
1efaf3d
View commit details
Copy full SHA for 1efaf3d
Browse repository at this point
chore(jqLite): remove leftover attachEvent/detachEvent from tests
mgol
committed
393c1c7
View commit details
Copy full SHA for 393c1c7
Browse repository at this point
fix($parse): stabilize one-time literal expressions correctly
Show description for 874cac8
teropa
authored and
lgalfaso
committed
874cac8
View commit details
Copy full SHA for 874cac8
Browse repository at this point
refactor($interpolate): cleanup switch statement, curlies unnecessary
Show description for 57f804a
Omede Firouz
authored and
IgorMinar
committed
57f804a
View commit details
Copy full SHA for 57f804a
Browse repository at this point
docs(guide/unit-testing): use whitespace to improve readability
Show description for a708632
LegalizeAdulthood
authored and
caitp
committed
a708632
View commit details
Copy full SHA for a708632
Browse repository at this point
Commits on Oct 12, 2014
chore(docs): apply the anchorScroll offset feature to the docs app
Show description for 353de4f
petebacondarwin
committed
353de4f
View commit details
Copy full SHA for 353de4f
Browse repository at this point
feat($anchorScroll): support a configurable vertical scroll offset
Show description for 09c39d2
petebacondarwin
committed
09c39d2
View commit details
Copy full SHA for 09c39d2
Browse repository at this point
feat(jqLite): add private jqDocumentComplete function
Show description for 0dd316e
petebacondarwin
committed
0dd316e
View commit details
Copy full SHA for 0dd316e
Browse repository at this point
Commits on Oct 11, 2014
Added caveat to attr() function of jqLite
Show description for b6f4d4b
cwclark
authored and
IgorMinar
committed
b6f4d4b
View commit details
Copy full SHA for b6f4d4b
Browse repository at this point
feat(currencyFilter): add fractionSize as optional parameter
Show description for 20685ff
doshprompt
authored and
IgorMinar
committed
20685ff
View commit details
Copy full SHA for 20685ff
Browse repository at this point
Commits on Oct 10, 2014
fix($http): allow empty json response
Show description for 9ba24c5
tbosch
committed
9ba24c5
View commit details
Copy full SHA for 9ba24c5
Browse repository at this point
chore(CHANGELOG): add an extra new line after each item in the "BREAKING CHANGES" list
Show description for 4474633
gkalpak
authored and
petebacondarwin
committed
4474633
View commit details
Copy full SHA for 4474633
Browse repository at this point
docs(guide/Working With CSS): add doc for ng-isolate-scope
Justin Walsh
authored and
jeffbcross
committed
9a2b6ef
View commit details
Copy full SHA for 9a2b6ef
Browse repository at this point
docs(angular.extend): merge redundant sentences
ddoronin
authored and
jeffbcross
committed
e83fab9
View commit details
Copy full SHA for e83fab9
Browse repository at this point
chore(CHANGELOG): remove duplicate breaking change for 1.3.0-rc.5
gkalpak
authored and
jeffbcross
committed
86a3361
View commit details
Copy full SHA for 86a3361
Browse repository at this point
Previous
Next
You can’t perform that action at this time.