| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-25 | refactor(directives): connect new compiler | Misko Hevery | |
| - turn everything into a directive | |||
| 2012-01-25 | fix(docs): improper rendering of JSON | Misko Hevery | |
| 2012-01-23 | refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ↵ | Vojta Jina | |
| oldValue, scope) As scopes are injected into controllers now, you have the reference anyway, so having scope as first argument makes no sense… Breaks $watcher gets arguments in different order (newValue, oldValue, scope) | |||
| 2012-01-23 | refactor(scope): separate controller from scope | Vojta Jina | |
| Controller is standalone object, created using "new" operator, not messed up with scope anymore. Instead, related scope is injected as $scope. See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k Closes #321 Closes #425 Breaks controller methods are not exported to scope automatically Breaks Scope#$new() does not take controller as argument anymore | |||
| 2012-01-18 | docs(guide): update angular version in an example | ludicast | |
| 2012-01-17 | docs(*): more fixes | Igor Minar | |
| 2012-01-17 | docs: syntax highlight auto bootstrap code example | Vojta Jina | |
| 2012-01-17 | docs(guide): update the diagram | Vojta Jina | |
| 2012-01-17 | docs(*): various doc fixes | Igor Minar | |
| 2012-01-12 | refactor(module): strict separation between module-config / app-runtime | Misko Hevery | |
| 2012-01-10 | feat(module): new module loader | Misko Hevery | |
| 2011-12-07 | docs(guide): fix $xhr -> $http links | Igor Minar | |
| 2011-12-07 | fix(filter): remove the $ prefix from filter service ids | Igor Minar | |
| 2011-11-28 | docs(guide): fix directives guide docs | Igor Minar | |
| 2011-11-14 | refactor(injector): removed loadModule/ng:module | Misko Hevery | |
| - added module property to doc:example | |||
| 2011-11-14 | del($eager): removed the support for $eager services | Misko Hevery | |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all dev guide doc link warnings | Misko Hevery | |
| 2011-11-14 | feat(bootstrap): added angular.bootstrap method | Misko Hevery | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-11-14 | refactor($location): merged $locationConfig service into $locationProvider | Misko Hevery | |
| 2011-11-14 | chore(scenario tests): make scenario tests pass again | Misko Hevery | |
| 2011-11-13 | fix(docs.guide): fix $location example | Vojta Jina | |
| 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 | 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-20 | fix(compiler): revert 8611ebe6 - calling \$digest after linking | Igor Minar | |
| Change introduced by me in 8611ebe6 results in considerable inefficiencies when the compiler and linker is used from within a widget, in which case, we call $digest unnecessary since it will be called by the $apply which called the directive/widget in the first place. There are only two places when the extra $digest call can be useful - when manually bootstrapping the app or in tests. However even in tests this behavior can result in unwanted results (especially when ng:controller is involved). So it is better to leave it for the developer to call $digest when it is really needed. | |||
| 2011-10-14 | docs(forms): fix devguide forms example code | 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-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-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-10-07 | fix(docs): rename doc dev_guide.templates.css to dev_guide.templates.css-styling | Dhruv Manek | |
| Closes #580 | |||
| 2011-09-08 | doc($location): $location docs + using $location guide | Vojta Jina | |
| 2011-09-02 | docs(guide/tutorial/misc): sync with google docs | Igor Minar | |
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery | |
| - Speed improvements (about 4x on flush phase) - Memory improvements (uses no function closures) - Break $eval into $apply, $dispatch, $flush - Introduced $watch and $observe Breaks angular.equals() use === instead of == Breaks angular.scope() does not take parent as first argument Breaks scope.$watch() takes scope as first argument Breaks scope.$set(), scope.$get are removed Breaks scope.$config is removed Breaks $route.onChange callback has not "this" bounded | |||
| 2011-07-29 | doc(guide): various fixes and improvements | Igor Minar | |
| 2011-06-21 | Update fixed docs content (guide) | Vojta Jina | |
| Couple of typos fixed: * indentation * batchLogbatchLog -> batchLog * start periodic checking * missing brace | |||
| 2011-06-15 | docs - various doc fixes | Igor Minar | |
| 2011-06-15 | docs - stripping extra new lines | Igor Minar | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | fix wrapping api links into code element | Igor Minar | |
| 2011-06-06 | new batch of docs | Igor Minar | |
| 2011-06-06 | fixing broken links | Igor Minar | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
