| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-22 | chore(check-size.sh): fix rake target | Igor Minar | |
| 2012-10-19 | docs(contribute): add CLA note to code submission section | Igor Minar | |
| 2012-10-19 | docs(contribute): add visible link to github project | Igor Minar | |
| 2012-10-18 | chore(jstd-scenario-adapter): remove from our repo | Igor Minar | |
| since we don't need the adapter for JsTD (testacular contains its own), I'm removing this dead code. | |||
| 2012-10-18 | chore(validate-commit-msg): allow * and - in scope string | Igor Minar | |
| 2012-10-18 | chore(jasmine): remove Jasmine from our repo | Igor Minar | |
| it's bundled with Testacular, so we don't need it here | |||
| 2012-10-18 | chore(jstd): remove JsTestDriver from our repo | Igor Minar | |
| Testacular FTW! | |||
| 2012-10-18 | docs(tutorial): replace JsTD with Testacular + drop snapshots | Igor Minar | |
| JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway. | |||
| 2012-10-17 | chore(Rakefile): remove test_out dir when cleaning | Igor Minar | |
| 2012-10-17 | chore(Rakefile): tune JVM for closure compiler | Igor Minar | |
| Using the client VM and forcing 32bit mode gives us huge perf boost. before: reali 0m8.173s user 0m39.984s sys 0m1.408s after: real 0m3.000s user 0m12.687s sys 0m0.852s | |||
| 2012-10-17 | chore(Rakefile): paralelize closure compilation | Igor Minar | |
| this speeds up the build by paralelizing closure compilation (the slowest piece of the build process) before: real 0m14.372s user 0m31.649s sys 0m1.006s after: real 0m8.191s user 0m40.473s sys 0m1.378s | |||
| 2012-10-17 | chore(test): add junit config for testacular | Vojta Jina | |
| 2012-10-17 | chore(Rakefile): misc_options should support + -> , conversion | Igor Minar | |
| 2012-10-17 | chore(Rakefile): use exec for webserver | Igor Minar | |
| exec unlike system replaces the current process. this way when we kill the webserver process we don't get scary looking 'rake aborted' error | |||
| 2012-10-05 | fix(doc): disable directory listing in docs.angularjs.org | Misko Hevery | |
| 2012-10-05 | docs(downloading): update the downloading docs | Igor Minar | |
| 2012-09-24 | chore: add travis config | Vojta Jina | |
| 2012-09-20 | fix($compile): reference local in isolate scope | Vojta Jina | |
| This was really corner case: Watcher needs to return changed value, to notify that model might have changed and one more $digest cycle needs to be performed. The watcher, that takes care of reference binding into an isolate scope ("="), did not return changed value, if the change was from the isolate scope to the parent. If any other watcher returned change, it worked fine, as this change caused re-digest. Closes #1272 | |||
| 2012-09-17 | docs: load angular from CDN only on production | Vojta Jina | |
| So that when running the docs locally, eg. during e2e testing, we use the latest build version of angular, rather than the stable one from CDN. This fixes e2e tests running with Testacular. | |||
| 2012-09-17 | docs(README): update README.md with new rake tasks | Igor Minar | |
| 2012-09-17 | chore(Rakefile): fix test:jquery task | Igor Minar | |
| 2012-09-16 | docs(contribute): update contribute docs | Igor Minar | |
| 2012-09-16 | chore(): remove unused files | Igor Minar | |
| 2012-09-15 | docs(contribute): update misc/contribute docs with Testacular info | Igor Minar | |
| 2012-09-13 | chore(testing): Testacular config files + rake tasks | Igor Minar | |
| - adds testacular config files for jqlite, jquery, modules and e2e tests - replaces obsolete JsTD Rake tasks with Testacular onces - rake tasks are parameterazied so that they can be used locally as well as on CI server usage: rake test # run all tests on Chrome rake test[Safari+Chrome+Opera] # run all tests on Safari, Chrome and Opera rake test[Safari] # run all tests on Safari rake test:jqlite # run unit tests using jqlite on Chrome rake test:jqlite[Safari,"--reporter=dots"] # run jqlite-based unit tests on Safari with dots reporter rake autotest:jquery # start testacular with jquery-based config and watch fs for changes rake test:e2e # run end to end tests | |||
| 2012-09-13 | docs(directive): remove reference to old isolation syntax | Miško Hevery | |
| 2012-09-11 | fix($route): support inline annotation on .resolve | Misko Hevery | |
| 2012-09-11 | feat($http): Allow setting withCredentials on defaults | Tom Hughes | |
| Closes #1095. | |||
| 2012-09-11 | chore(scripts): add init-repo script | Vojta Jina | |
| 2012-09-11 | fix($evalAsync): have only one global async queue | Misko Hevery | |
| Having one async queue per scope complicates the matters when users wish to do partial scope updates, since many services put events on the rootScope. By having single queue the programing model is simplified. | |||
| 2012-09-11 | docs(guide): fix directive interpolation example code | Brian Ford | |
| Closes #1339 | |||
| 2012-09-11 | fix(scenario): emit RunnerBegin event | Shyam Seshadri | |
| 2012-09-11 | chore(scripts): add commit-msg hook (validation) | Vojta Jina | |
| 2012-09-11 | fix(scenario): NPE when no angular loaded in test page | Jimmy Zhuo | |
| 2012-09-11 | docs($rootScope): fix iteration limit described by $watch, it's actually 10 ↵ | Daniel Luz | |
| as of now | |||
| 2012-09-11 | docs($rootScope): fix typos and minor wording tweaks on $watch | Daniel Luz | |
| 2012-09-11 | docs($rootScope): fix quoting on expression | Daniel Luz | |
| 2012-09-11 | docs($rootScope): standardize on present, third-person actions for descriptions | Daniel Luz | |
| 2012-09-11 | docs($rootScope): backquote attribute types too on $on | Daniel Luz | |
| 2012-09-11 | docs($cacheFactory): fix backquotes on method descriptions | Daniel Luz | |
| 2012-09-11 | docs($rootScope): fix typos on $new | Daniel Luz | |
| 2012-09-11 | docs($rootScope): fix typo on $eval | Daniel Luz | |
| 2012-09-11 | docs($rootScope): fix typos on $watch | Daniel Luz | |
| 2012-09-11 | docs(ngResource): Spelling typo (agressive => aggressive) | Jay Zeng | |
| 2012-09-10 | fix($resource): fix isDefined -> angular.isDefined | Igor Minar | |
| 2012-09-06 | fix(a): prevent Opera from incorrectly navigating on link click | sgtpep | |
| 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-06 | fix(FormController): propagate dirty state to parent forms | Kai Groner | |
| 2012-09-06 | chore(docs): get correct location for jasmine-node | Jonathan Zacsh | |
| 2012-09-06 | fix(*): name all anonymous watch functions in Angular | Shyam Seshadri | |
| This will allow us to see function names in Batarang and debugger. Closes #1119 | |||
| 2012-09-06 | fix(ngSrc): don't set src if value is empty string | Xiangru 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. | |||
