155
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(docs): don't throw exception on the 404 page More... over 11 years ago
style(css) separate selectors and declarations by new lines More... over 11 years ago
fix($location): always resolve relative links in html5mode to `<base>` url More... over 11 years ago
fix(ngModelOptions): do not trigger digest on `setViewValue` if debouncing More... over 11 years ago
fix(ngModel): do not reset bound date objects More... over 11 years ago
fix(input): check `scope.$$phase` only on `$rootScope` More... over 11 years ago
fix(ngEventDirs): check `scope.$$phase` only on `$rootScope` More... over 11 years ago
refactor(indexOf) use Array.prototype.indexOf exclusively More... over 11 years ago
fix($animate): wait two until two digests are over until enabling animations More... over 11 years ago
fix(ngSwitch): avoid removing DOM nodes twice within watch operation More... over 11 years ago
fix(numberFilter): pass through null and undefined values More... over 11 years ago
fix(currencyFilter): pass through null and undefined values More... over 11 years ago
docs($rootScope): remove duplicate `$digest()` More... over 11 years ago
refactor(locationSpec): make helper functions take an object More... over 11 years ago
docs(ngBlur): explain blur events More... over 11 years ago
chore(IE8): remove all special code for IE8 More... over 11 years ago
perf(select): execute render after $digest cycle More... over 11 years ago
fix(ngBindHtml): throw error if interpolation is used in expression More... over 11 years ago
fix($location): remove an unused parameter of $location.url More... over 11 years ago
fix(ngModel): always format the viewValue as a string for text, url and email types More... over 11 years ago
docs(README): fix 'Contribution guidelines' link More... over 11 years ago
fix($compile): use the correct namespace for transcluded svg elements More... over 11 years ago
docs(interpolate): fix link text More... over 11 years ago
chore(benchmarks): disable debugInfo in largetable benchmark More... over 11 years ago
test($animate): add tests for noop enaled and cancel methods More... over 11 years ago
docs(jsdoc): remove `@kind function` for providers More... over 11 years ago
docs(ngModelOptions): fix example More... over 11 years ago
test(orderBy): implement benchmark for ngRepeat with orderBy More... over 11 years ago
fix($animate): ensure guarded animations consider AJAX requests upon bootstrap More... over 11 years ago
fix(ngEventDirs): execute `blur` and `focus` expression using `scope.$evalAsync` More... over 11 years ago