| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-10-14 | docs(cookbook): disable jsfiddle for deeplinking example | Igor Minar | |
| it uses extra resources, so it won't work on fiddle | |||
| 2011-10-13 | chore(libs): update libs (jasmine, jstd, jasmine-jstd adapter) | Vojta Jina | |
| 2011-10-13 | fix(checkbox): prefix true-value & false-value with ng: | Igor Minar | |
| 2011-10-13 | chore(release): preparing release notes for 0.10.3 | Igor Minar | |
| 2011-10-13 | docs($location): Html5 -> HTML5 | Igor Minar | |
| 2011-10-13 | docs($location): update replace() docs | Igor Minar | |
| 2011-10-13 | docs($location): fix $config -> $locationConfig in docs | Igor Minar | |
| 2011-10-13 | chore(logo): add hi-res ng logo | Igor Minar | |
| 2011-10-13 | fix(docs): set proper base href when hashbang url requested | Vojta Jina | |
| 2011-10-13 | fix(nodeserver): docs rewriting | Vojta Jina | |
| There can be url /api which does not end with / and we want to rewrite this url as well... | |||
| 2011-10-13 | feat(nodeserver): if index.html exists, serve it instead of directory listing | Vojta Jina | |
| 2011-10-13 | fix($location): do not rewrite link when meta key pressed | Vojta Jina | |
| 2011-10-13 | feat(scenario): allow key pressing when triggering browser event | Vojta Jina | |
| Add parameter to our browserTriger function to allow specifying which keys are pressed. Note, this does not work on IE<9 ! | |||
| 2011-10-12 | docs(dev_guide.bootstrap.auto_bootstrap): fixing a typo | Igor Minar | |
| 2011-10-12 | docs(*): remove @workInProgress from everywhere | Igor Minar | |
| it's not useful any more and it only makes the docs look ugly | |||
| 2011-10-12 | fix(forms): broken tests on jQuery and ie8&9 | Misko Hevery | |
| 2011-10-12 | fix(compiler): linking function should call $digest | Igor Minar | |
| The linked scope should be $digest-ed but only if a $digest isn't already running on it. | |||
| 2011-10-12 | fix(jqLite): attr for boolean attribute should lowercase value | Igor Minar | |
| 2011-10-12 | refactor(ng:bind-attr): simplify impl by leveraging jquery | Igor Minar | |
| 2011-10-12 | test(jstd-config): add widget specs to jsTestDriver-jquery.conf | Igor Minar | |
| 2011-10-12 | fix(ng:class): ignore undefined or NaN classnames | Igor Minar | |
| 2011-10-12 | docs(forms): add ng:change docs and other fixes | Igor Minar | |
| 2011-10-12 | test(checkbox): add test for ng:change | Igor Minar | |
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-10-11 | style(examples): clean up dead examples | Misko Hevery | |
| 2011-10-11 | style(.gitignore) added IDEA | Misko Hevery | |
| 2011-10-11 | refactor(bindings): remove the decoration of the DOM with errors. | Misko Hevery | |
| Only $exceptionHandler gets notified now. | |||
| 2011-10-11 | refactor(hover): delete hover service | Misko Hevery | |
| 2011-10-11 | fix(jqlite): removeClass would clobber class names | Misko Hevery | |
| 2011-10-11 | feat(jqlite): added .inheritedData method and $destroy event. | Misko Hevery | |
| - refactored .scope() to use .inheritedData() instead. - .bind('$destroy', callback) will call when the DOM element is removed | |||
| 2011-10-11 | feat(jqlite): support required as a no-value attribute | Misko Hevery | |
| 2011-10-11 | refactor(injection) infer injection args in ng:controller only | Misko Hevery | |
| Because only controllers don't have currying, we can infer its arguments, all other APIs needing currying, automatic inference complicates the matters unecessary. | |||
| 2011-10-11 | style(gitignore): added xproject to ignore list | Misko Hevery | |
| 2011-10-11 | feat(ng:repeat) collection items and DOM elements affinity / stability | Misko Hevery | |
| 2011-10-11 | fix(filter): make json filter ignore private properties | Misko Hevery | |
| 2011-10-10 | chore(release): prepare the 0.10.3 shattering-heartbeat iteration | Igor Minar | |
| 2011-10-08 | chore(release): cutting the 0.10.2 sneaky-seagull releasev0.10.2 | Igor Minar | |
| 2011-10-08 | docs(changelog): release notes for 0.10.2 sneaky-seagull | Igor Minar | |
| 2011-10-07 | fix(docs): rename doc dev_guide.templates.css to dev_guide.templates.css-styling | Dhruv Manek | |
| Closes #580 | |||
| 2011-10-07 | fix(parser): Fix short circuit of logical AND and OR operators | Dhruv Manek | |
| Closes #433 | |||
| 2011-10-05 | feat(gdocs): better error handling | Misko Hevery | |
| 2011-10-05 | docs(started): fixing pluralization | dandoyon | |
| 2011-10-05 | fix($limitTo): properly handle excessive limits | TEHEK Firefox | |
| `angular.Array.limitTo`'s result should not exceed original input array size Closes #571 | |||
| 2011-09-29 | doc($log): fix the $log service example | Igor Minar | |
| is no longer auto-published on the root scope, so we need to publish it via a controller | |||
| 2011-09-28 | chore(directives): add a todo for ng:style | Igor Minar | |
| 2011-09-28 | fix(jqLite): css should convert dash-separated properties to camelCase | Igor Minar | |
| this fix is needed for Firefox or other browsers that strictly follow dom/css spec which states that element.style should make properties available in camelCased form. Closes #569 | |||
| 2011-09-27 | test(matchers): add toBeOneOf matcher | Igor Minar | |
| 2011-09-27 | fix($resource): action defaults should override resource defaults | Marcello Nuccio | |
| defaults definned per action should take precedence over defaults defined for the whole resource. This is potentialy a BREAKING CHANGE in case someone relied on the buggy behavior. | |||
| 2011-09-26 | fix(e2e): add index-nocache.html to run e2e tests without cache | Igor Minar | |
| using appcache while running e2e tests was causing the following problems: - Safari would occasionally reload the app (as a result of the appcache refresh) during the angular.validator.asychronous test, which would result in test failure and false positivy. - Firefox6 would run the tests very slowly, disabling the cache resolved the latency issues - Sometimes tests would run with stale code pulled from cache, which would result in flaky tests. | |||
