| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-02 | chore($location) switch to use $rootElement | Misko Hevery | |
| 2012-06-02 | feat($rootElement): added application root element | Misko Hevery | |
| Publish the application root element as $rootElement so that it can be injected to other services. | |||
| 2012-06-01 | feat($route): rename template -> tempalteUrl and add support for inline ↵ | Misko Hevery | |
| templates BREAKING CHANGE: template in $route definition is now templateUrl To migrate just rename `template` to `templateUrl`. | |||
| 2012-06-01 | chore($route): rename events | Misko Hevery | |
| BREAKING CHANGE rename $beforeRouteChange to $routeChangeStart rename $afterRouteChange to $routeChangeSuccess | |||
| 2012-06-01 | feat($route): resolve local route promises | Misko Hevery | |
| Resolve all promises on route before we fire $afterRouteChange which then renders the ngView. | |||
| 2012-06-01 | feat($injector): provide API for retrieving function annotations | Misko Hevery | |
| 2012-05-24 | fix(jqLite): don't eat event exceptions | Misko Hevery | |
| JQuery does not catch exceptions either, and just lets them pass. This allows the exception to be shown in console. | |||
| 2012-05-24 | fix(docs): accept return in addition to returns | Misko Hevery | |
| documentation used @return but parser expected @returns, which made the generated documentation incomplete. | |||
| 2012-05-24 | chore(docs): remove generated file | Misko Hevery | |
| 2012-05-24 | chore(docs): remove unused doc_widget.js file | Misko Hevery | |
| 2012-05-24 | chore(docs): correct spacings | Misko Hevery | |
| 2012-05-24 | fix(favicon): update to aliased icon | Misko Hevery | |
| 2012-05-23 | chore(release): cut the 1.0.0rc10 tesseract-giftwrapping releasev1.0.0rc10 | Igor Minar | |
| 2012-05-23 | docs(changelog): release notes for 1.0.0rc10 tesseract-giftwrapping | Igor Minar | |
| 2012-05-23 | fix($rootScope): TTL exception does not clear $$phase | Misko Hevery | |
| When $digest() throws infinite digest exception it does not properly clear the $phase leaving the scope in an inconsistent state. Closes #979 | |||
| 2012-05-23 | chore(package.json): add simple package.json with npm dependencies | Igor Minar | |
| 2012-05-23 | feat($timeout): add $timeout service that supersedes $defer | Igor Minar | |
| $timeout has a better name ($defer got often confused with something related to $q) and is actually promise based with cancelation support. With this commit the $defer service is deprecated and will be removed before 1.0. Closes #704, #532 | |||
| 2012-05-22 | docs($filter): minor corrections | Daniel Gomes | |
| 2012-05-22 | fix(ngRepeat): expose $first, $middle and $last instead of $position | Max | |
| $position marker doesn't work well in cases when we have just one item in the list because then the item is both the first and last. To solve this properly we need to expose individual $first and $middle and $last flags. BREAKING CHANGE: $position is not exposed in repeater scopes any more To update, search for $position and replace it with one of $first, $middle or $last. Closes #912 | |||
| 2012-05-17 | feat(scope): add event.preventDefault() and event.defaultPrevented | Vojta Jina | |
| 2012-05-17 | refactor(scope.$emit): rename event.cancel() to event.stopPropagation() | Vojta Jina | |
| Breaks event.cancel() is event.stopPropagation() | |||
| 2012-05-17 | fix(jqLite): have same expando format as jQuery | Misko Hevery | |
| 2012-05-15 | chore(release): start 1.0.0rc10 tesseract-giftwrapping iteration | Igor Minar | |
| 2012-05-14 | chore(release): cutting 1.0.0rc9 eggplant-teleportationv1.0.0rc9 | Igor Minar | |
| 2012-05-14 | docs(changelog): release notes for 1.0.0rc9 eggplant-teleportation | Igor Minar | |
| 2012-05-14 | fix(jqLite): .data()/.bind() memory leak | Misko Hevery | |
| Since angular attaches scope/injector/controller into DOM it should clean up after itself. No need to complain about memory leaks, since they can only happened on detached DOM. Detached DOM would only be in tests, since in production the DOM would be attached to render tree and removal would automatically clear memory. | |||
| 2012-05-14 | fix(angular-mocks): memory leak in jasmine's DI utils | Misko Hevery | |
| When using inject/module helper methods in tests, these methods would leave the injector laying around after the test. Since injector is the application it can grow very large. | |||
| 2012-05-14 | fix($sniffer): report history false on Android < 4 | Vojta Jina | |
| Android has history.pushState, but it does not update the location correctly: http://code.google.com/p/android/issues/detail?id=17471 Closes #904 | |||
| 2012-05-14 | fix($location): support urls with any protocol | Igor Minar | |
| The url used for location parsing was quite strict and did not support custom url schemes like "chrome-extension://". With this change the only requirement for scheme is that it doesn't contain ":" character. | |||
| 2012-05-13 | fix($browser/$location): single quote in url causes infinite digest in FF | Igor Minar | |
| The real issue is in FF, see https://bugzilla.mozilla.org/show_bug.cgi?id=407172. FF overly encodes stuff which breaks our expectations and then we fail .url() != currentUrl.absUrl() comparison unexpectidly, which leads to infinite digest. The workaround is to correct for this inconsistency in $browser and decode any single quotes in urls. Closes #920 | |||
| 2012-05-08 | doc($rootScope): fix $digest example | Igor Minar | |
| 2012-05-07 | bug(ie8 docs): docs now work on ie8 | Misko Hevery | |
| 2012-05-07 | bug(html5 navigation): broken in Opera | Misko Hevery | |
| http://my.opera.com/community/forums/topic.dml?id=1185462 Closes# 938 | |||
| 2012-05-07 | chore(release): starting 1.0.0rc9 eggplant-teleportation interation | Igor Minar | |
| 2012-05-07 | chore(release): cutting the 1.0.0rc8 blooming-touch releasev1.0.0rc8 | Igor Minar | |
| 2012-05-07 | docs(changelog): release notes for 1.0.0rc8 blooming-touch | Igor Minar | |
| 2012-05-06 | fix(ngSrc,ngHref): binding should set element prop as well as attr | Igor Minar | |
| IE9 ignores setAttribute('src', val) calls on img if "ng:src" attribute is present. It only fetches the image if element property is updated as well. Closes #935 | |||
| 2012-05-06 | fix(ngModel): use keydown/change events on IE9 instead of input | Igor Minar | |
| On IE9 the input event is not fired when backspace or delete key are pressed or when cut is performed. This makes listening on the input event unreliable and therefore it's better for us to just use keydown/change events instead. Closes #879 | |||
| 2012-05-05 | fix(scenario): make browser().location() working if ng-app on other than <html> | Vojta Jina | |
| 2012-05-05 | fix($parse): support methods on falsy primitive types | Vojta Jina | |
| e.g. zero, false, empty string - fix tests to be executed with csp true - fix cps (when more than 5 parts) | |||
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-05-04 | bug($cookie): set on app base path rather the current path. | Misko Hevery | |
| 2012-05-04 | fix($compile): have $observe return registration function | Misko Hevery | |
| 2012-05-04 | feat(bootstrap): support code prettify and dropdown from bootstrap | Misko Hevery | |
| 2012-05-04 | chore(controller): allow setting map of controllers | Misko Hevery | |
| 2012-05-04 | chore(module): improved module prefix/suffix code | Misko Hevery | |
| 2012-05-04 | chore(debug): rewrite angular-bootstrap.js to use $script | Misko Hevery | |
| 2012-05-04 | fix($compile): ignore ws when checking if template has single root | Igor Minar | |
| Also add the same error checking for sync templates. Closes #910 | |||
| 2012-05-03 | style($compile): rename orig*Node to beforeTemplate*Node | Igor Minar | |
| 2012-05-03 | fix($compile): fix replaceWith | Igor Minar | |
| the old implementation didn't reattach jquery/jqlite data which caused things like to be lost I tried various implementations but it appears that by reattaching the data to the new node by copying the expando property is the most reliable of all. | |||
