aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-09-11docs($rootScope): fix typos and minor wording tweaks on $watchDaniel Luz
2012-09-11docs($rootScope): fix quoting on expressionDaniel Luz
2012-09-11docs($rootScope): standardize on present, third-person actions for descriptionsDaniel Luz
2012-09-11docs($rootScope): backquote attribute types too on $onDaniel Luz
2012-09-11docs($cacheFactory): fix backquotes on method descriptionsDaniel Luz
2012-09-11docs($rootScope): fix typos on $newDaniel Luz
2012-09-11docs($rootScope): fix typo on $evalDaniel Luz
2012-09-11docs($rootScope): fix typos on $watchDaniel Luz
2012-09-11docs(ngResource): Spelling typo (agressive => aggressive)Jay Zeng
2012-09-10fix($resource): fix isDefined -> angular.isDefinedIgor Minar
2012-09-06fix(a): prevent Opera from incorrectly navigating on link clicksgtpep
we handle the navigation by ourselves, so we need to prevent the default action. Opera ignores event.preventDefault() call so we must return false.
2012-09-06fix(FormController): propagate dirty state to parent formsKai Groner
2012-09-06chore(docs): get correct location for jasmine-nodeJonathan Zacsh
2012-09-06fix(*): name all anonymous watch functions in AngularShyam Seshadri
This will allow us to see function names in Batarang and debugger. Closes #1119
2012-09-06fix(ngSrc): don't set src if value is empty stringXiangru Chen
Current implementation of ngSrc may lead to empty src attribute when page is loading. For example: <img ng-src="{{image.url}}"> can be temporarily rendered as <img src=""> before the image resource is loaded. Some browser emits a request to the current page when seeing <img src=""> (Firefox13 and IE8 will, Chromium20 won't), which leads to performance problems.
2012-09-06fix($injector): more conservative annotation parsingMisko Hevery
2012-09-06feat(scenario): add dblclick method to the ngScenario dslPedro Del Gallego
2012-09-06fix(dateFilter): make timezone optionalIwein Fuld
Makes the time zone optional in the date filter Problem with the current R_ISO8601_STR regex was that the time was optional, but the zone was not. This results in the filter not formatting local date times, which it could easily do. For example: 2012-08-30 -> formatted 2012-08-30T06:06:06.123Z -> formatted 2012-08-30T06:06:06.123 -> NOT formatted A simple change in the regex fixes this. Arguably this is closer to the ISO8601 spec which specifies local dates being in the "current time zone" and not requiring a Z. In any case it behaves more like a user would expect.
2012-09-06docs(concept): correct example for creating injectorMisko Hevery
2012-09-06docs(module): fixed module example and corrected typosGodmar Back
2012-09-06feat(mocha): support mocha in angular mocksCameron Westland
2012-09-06feat(ngModel): support ngTrim attribute on inputGregory Pike
2012-09-06fix($resource): allow falsy values in URL parametersBenjamín Eidelman
Close #1212 when a param value was 0 (or false) it was ignored and removed from url. after this fix that only happens if the value is undefined or null.
2012-09-06docs(module): myAppModule -> simpleAppModuleJay Zeng
2012-09-06fix($resource): ignore undefined parameterspetrovalex
- $resource should handle multiple params with same name - ignore slashes of undefined parameters - fix default parameters issue, mentioned in #875 Closes #875 Closes #782
2012-09-06fix(ngClassEven/Odd): filtering/ordering and repeaterpetrovalex
Closes #1076
2012-09-06fix(ngClass): works with class interpolationMax Martinsson
Closes #1016
2012-09-06feat($resource): support custom headers per actionMax Martinsson
Closes #736
2012-09-06fix(ngRepeat): now works with primitive typesZhenbo Zhang
closes #933
2012-09-06fix($parser): string concatination with undefined modelpetrovalex
Closes #988
2012-09-06fix(dateFilter): support sub-second precision on dateFilterStein Jakob Nordbø
2012-09-06docs($route): rename leftover $afterRouteChange to $routeChangeSuccessIgor Minar
2012-09-06chore(release): prepare 1.1.1 pathological-kerning iterationIgor Minar
2012-09-04fix(docs): broken url to angular-bootstrapMisko Hevery
2012-09-04chore(Rakefile): add 'version' rake task to generate version.txtIgor Minar
2012-09-04chore(docs): bump up the stable versionIgor Minar
2012-09-04chore(release): cut the 1.1.0 increase-gravatar releasev1.1.0Igor Minar
2012-09-04chore(docs): don't rewrite colons in doc filenamesIgor Minar
2012-08-31chore(Rakefile): zip only the build dirIgor Minar
2012-08-31revert: fix(ng-repeat) to work with primitive typesIgor Minar
this was accidentaly merged in. the commit is not ready yet and we don't have CLA signature. This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a.
2012-08-31docs(changelog): release notes for 1.0.2 and 1.1.0 releasesIgor Minar
2012-08-30fix(docs): Making sure gen_docs.sh looks for a globally installed copy of ↵Jonathan Zacsh
jasmine-node as well as local.
2012-08-30docs(tutorial): correct typos and clarify a few sectionsFernando Correia
2012-08-30fix(docs): indicate support for passing a string as the `controller` ↵Brice Burgess
property on $routeProvider's route object
2012-08-30doc(misc) Mention how attribute names map to directive names.brettcannon
2012-08-30test(locationSpec): fix broken tests after vojta's commitIgor Minar
2012-08-30doc(module) changed simpleApp to myApp in the Module page guide for consistencySahat Yalkabov
2012-08-30doc(devguide) - Fix typos and small grammatical errors in the developer guide.Steve Nicolai
2012-08-30chore(docs): ask GAE to serve docs-keywords.jsIgor Minar
2012-08-30Loading from Google CDNUri Goldshtein
As you guys had mansion, we can and need to do it through Google CDN for better performance, so i've updated it accordingly