| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-14 | refactor(parser): turn parser into a service (keep compatibility hack) | Misko Hevery | |
| 2011-11-14 | fix(JSON): json date parsing same native/ngular parser | Misko Hevery | |
| 2011-11-14 | move(parser): appease the History God | Misko Hevery | |
| 2011-11-14 | refactor($service): removed almost all references to scope.$service | Misko Hevery | |
| - still need to remove from factory | |||
| 2011-11-14 | cleanup(parser): removed unused method | Misko Hevery | |
| 2011-11-14 | refactor(services): migrate angular.service -> module | Misko Hevery | |
| 2011-11-14 | refactor(injector): switch to injector 2.0 introduce modules | Misko Hevery | |
| 2011-11-14 | new(injector): new injector v2.0 | Misko Hevery | |
| - not connected to keep the CL small | |||
| 2011-11-14 | refactor(api): cleaned up the externalization of angular API methods | Misko Hevery | |
| 2011-11-14 | feat(injector): support $inject(fn($service){}) function invocation | Misko Hevery | |
| 2011-11-14 | feat(injector): support ['$service', function($service){}] annotations for ↵ | Misko Hevery | |
| function invocation. | |||
| 2011-11-14 | refactor(compiler) turn compiler into a service | Misko Hevery | |
| BREAK - remove angular.compile() since the compile method is now a service and needs to be injected | |||
| 2011-11-14 | move(compiler): appease the History God | Misko Hevery | |
| - renamed: src/Compiler.js -> src/service/compiler.js - renamed: test/CompilerSpec.js -> test/service/compilerSpec.js | |||
| 2011-11-14 | feat(injector): Service look up failures include dependency path | Misko Hevery | |
| 2011-11-14 | refactor(injector): turn scope into a service | Misko Hevery | |
| - turn scope into a $rootScope service. - injector is now a starting point for creating angular application. - added inject() method which wraps jasmine its/beforeEach/afterEach, and which allows configuration and injection of services. - refactor tests to use inject() where possible BREAK: - removed angular.scope() method | |||
| 2011-11-14 | move(scope): appease the History God | Misko Hevery | |
| - renamed: src/Scope.js -> src/service/scope.js - renamed: test/ScopeSpec.js -> test/service/scopeSpec.js | |||
| 2011-11-13 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-13 | fix(docs.guide): fix $location example | Vojta Jina | |
| 2011-11-13 | feat(docs): allow examples with hidden source code | Vojta Jina | |
| 2011-11-13 | feat(docs): allow custom attributes on <doc:source> | Vojta Jina | |
| Allow any attributes, not only jsfiddle... | |||
| 2011-11-13 | feat(jquery): upgrade to jQuery 1.7 | Dhruv Manek | |
| no breaking changes AFAICT | |||
| 2011-11-11 | cleanup(parser): remove unused method | Misko Hevery | |
| 2011-11-09 | chore(test): remove stale bit-rotten code | Misko Hevery | |
| - deleted: test/manual.html | |||
| 2011-11-08 | fix(directives): make directive names case-insensitive | Igor Minar | |
| + tests + added docs for angular.directive | |||
| 2011-11-08 | chore(release): preparing the 0.10.6 bubblewrap-cape iteration | Igor Minar | |
| 2011-11-08 | chore(release): cutting the 0.10.5 steel-fist releasev0.10.5 | Igor Minar | |
| 2011-11-08 | docs(changelog): release notes for 0.10.5 steel-fist | Igor Minar | |
| 2011-11-08 | feat(ng:style): compatibility + perf improvements | Dhruv Manek | |
| - better compatibility with 3rd party code - we clober 3rd party style only if it direcrtly collides with 3rd party styles - better perf since it doesn't execute stuff on every digest - lots of tests | |||
| 2011-11-08 | docs(ng:bind-attr): improve examples | Igor Minar | |
| 2011-11-05 | docs(css): fixing positioning of disqus comments | Igor Minar | |
| float:left causes the comments to shift to the left when content is longer than the sidebar | |||
| 2011-11-01 | style(angularFiles): just missing semi-colon and extra comma | Vojta Jina | |
| 2011-10-31 | test(mocks): test mocks with compiled angular | Vojta Jina | |
| Unfortunately, there people in our team (me), who are not able to use angular.* namespace prefix when writing angular-mocks code, so we need to test it... | |||
| 2011-10-31 | feat(matchers): extract jasmine matchers into separate file for future reuse | Vojta Jina | |
| Prefix all used functions with angular.* so that they can be used with compiled angular as well... | |||
| 2011-10-31 | test(scope): infinite digest test should pass on all browsers | Igor Minar | |
| Different browsers print function body differently, and best of all IE doesn't have function.name property. | |||
| 2011-10-31 | fix(angular-bootstrap): fix boostrap scripts that broke w\ 5a2dcb9a | Igor Minar | |
| Commit 5a2dcb9a doesn't properly modify angular-boostrap.js. This fix resolves issues and makes both the regular and scenario version of angular-boostrap.js functional. | |||
| 2011-10-31 | chore(watchr): watchr scripts should output logs to terminal | Igor Minar | |
| Having the extra level of indirection by using logs/*.log file only makes it more difficult to use these scripts. After this change it will be enough to just start the watchr and watch the terminal it was started in. | |||
| 2011-10-31 | feat(scope): better logging of infinite digest error | Igor Minar | |
| Feedback team has often problems debugging inifinite digest errors, this change should reveal info about what watchers are causing the infinite loop | |||
| 2011-10-31 | style(widgets): fix typo in a spec comment | Igor Minar | |
| 2011-10-30 | docs(jqlite): add missing methods | Vojta Jina | |
| 2011-10-30 | feat(docs): remove the Report Issue link - duplication of disqus | Igor Minar | |
| 2011-10-30 | fix(docs): special case url generation for index pages | Igor Minar | |
| 2011-10-30 | fix(docs): increment load counter only when a valid page is requested | Igor Minar | |
| 2011-10-30 | feat(docs): disqus integration | dandoyon | |
| - add style for disqus threads in css - add loadDisqus method to be called afterPartialLoaded - add div container for disqus threads | |||
| 2011-10-30 | fix(css): ng:form should always be a block element | Igor Minar | |
| 2011-10-27 | fix(nodeserver): properly escape all, not just first char | Igor Minar | |
| 2011-10-26 | feat(docs): Add scenario runner into dev guide | Vojta Jina | |
| And update the link in the tutorial as well... | |||
| 2011-10-26 | fix(scenario.dsl): Fix dsl for $location | Vojta Jina | |
| New $location does not have hashSearch, hashPath. The old dsl was mixing $location / window.location so this solves the problem as well... | |||
| 2011-10-26 | feat(bootstrap): drop angular.js file name restrictions for autobind | Igor Minar | |
| The last script element in the dom is always us if the script that contains angular is loaded synchronously. For async loading manual bootstrap needs to be performed. Close #621 | |||
| 2011-10-26 | fix(docs): remove unused $browser dependency | Igor Minar | |
| 2011-10-26 | fix(example): fixes for personalLog e2e tests | Igor Minar | |
| Looks like this got broken with scope rewrite. | |||
