| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-25 | refactor(directives): connect new compiler | Misko Hevery | |
| - turn everything into a directive | |||
| 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-17 | fix(docs): disable appcache - causing too much trouble | Igor Minar | |
| 2012-01-17 | docs(*): more fixes | Igor Minar | |
| 2012-01-17 | fix(docs): temp hack to get appcache properly invalidated | Igor Minar | |
| 2012-01-17 | docs(*): various doc fixes | Igor Minar | |
| 2012-01-13 | fix(ngdocs): add '=' to type signatures with optional arguments | Igor Minar | |
| 2012-01-13 | fix(docs): generate correct ids on h elements to get scrolling working | Vojta Jina | |
| 2012-01-13 | fix($autoScroll): scroll even if $location is in html5 mode | Vojta Jina | |
| + use autoscroll in docs (ng:include) | |||
| 2012-01-12 | refactor(module): strict separation between module-config / app-runtime | Misko Hevery | |
| 2012-01-10 | feat(module): new module loader | Misko Hevery | |
| 2012-01-10 | feat(ngdocs): support for interface documentation | Misko Hevery | |
| 2012-01-09 | chore(docs): disable disqus for localhost | Igor Minar | |
| it's just slowing down the test runs and debugging | |||
| 2011-11-21 | feat(service.$autoScroll): scroll to hash fragment | Vojta Jina | |
| - whenever hash part of the url changes - after ng:view / ng:include load | |||
| 2011-11-19 | fix(docs): specify disqus_url | Igor Minar | |
| 2011-11-14 | refactor(injector): removed loadModule/ng:module | Misko Hevery | |
| - added module property to doc:example | |||
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-11-14 | fix(doc): make output less noisy | Misko Hevery | |
| 2011-11-14 | refactor(docs): improved the visual rendering of the documentation pages | Misko Hevery | |
| 2011-11-14 | doc($filter): added $filter documentation | Misko Hevery | |
| 2011-11-14 | doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module | 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-14 | refactor(api): remove type augmentation | Misko Hevery | |
| BREAK: - remove angular.[Object/Array/String/Function] - in templates [].$filter(predicate) and friends need to change to [] | filter:predicate | |||
| 2011-11-14 | refactor(services): migrate angular.service -> module | Misko Hevery | |
| 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-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-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-26 | fix(docs): remove unused $browser dependency | Igor Minar | |
| 2011-10-22 | fix(docs): key-binding used old scope apis | Igor Minar | |
| 2011-10-22 | feat(docs): add "Loading..." notification | Igor Minar | |
| 2011-10-22 | fix(docs): update page title only when content loads | Igor Minar | |
| 2011-10-22 | style(docs): change "this" to "scope" in the controller | Igor Minar | |
| 2011-10-18 | fix(gen-docs): require files without touching PATH | Vojta Jina | |
| So that it works on latest revision of node... New version of Node (v0.5.x) does not support require.paths.push(). | |||
| 2011-10-14 | fix(docs): fix jsfiddle integration | Igor Minar | |
| this got accidentally messed up during the forms refactoring and mass renaming | |||
| 2011-10-13 | fix(docs): set proper base href when hashbang url requested | Vojta Jina | |
| 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-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. | |||
| 2011-09-26 | feat(docs): use html5 history api for all routing in the docs app | Vojta Jina | |
| - Configure our docs app to use new $location with html5 history api! - Update simple node web server to serve index.html for all links (rewritting). - Update .htaccess file to serve index.html for all links (rewritting). - At runtime determine the base href path and attach it to the DOM. We needed the absolute URL to get all browsers to work well. - Because of the above, we also need to dynamically determine all needed js/css resources and add them to the DOM. This was needed because FF6 would eagerly fetch resources with wrong URL since the base element is added to the dom at runtime. - All content html files were moved to the partials directory, because with the new html5 urls it was impossible to tell if request for http://domain/api/angular.filter.html was an html5 url for the html filter doc page, or an xhr/appcache request for the content html file for the html filter. f | |||
| 2011-09-16 | feat (jquery): upgrade everything to jQuery 1.6.4 | Igor Minar | |
| Closes #556 | |||
