| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-17 | docs(*): various doc fixes | Igor Minar | |
| 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 | refactor(docs): improved the visual rendering of the documentation pages | 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-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-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-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 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 | |||
| 2011-09-08 | doc($location): $location docs + using $location guide | Vojta Jina | |
| 2011-09-08 | fix(docs): update docs to reflect new $location and fix e2e tests | Vojta Jina | |
| 2011-09-06 | fix(docs): use window.execScript instead of window.eval on IE | Igor Minar | |
| IE's window.eval doesn't execute in the global context, so we have to use window.execScript instead which works like window.eval on normal browsers. However execScript throws an exception when an empty string is passed in, so I created a workaround with a workaround. | |||
| 2011-08-31 | style(docs): improve the formatting of events in docs | Misko Hevery | |
| 2011-08-24 | feat(doc): generate both normal and debug version of index.html | Di Peng | |
| - index.html has manifest file and angular.min.js - index-jq.html has manifest file, angular.min.js and jquery.min.js - index-debug.html has angular.js - index-jq-debug.html has angular.js and jquery.min.js | |||
| 2011-08-24 | feat(ng:cloak): add ng:cloak directive | Igor Minar | |
| 2011-08-21 | fix(docs): remove more unecessary use of hide() and show() method | Di Peng | |
| - tutorial section of docs fails to render properly as doc:tutorial-instructions widget uses deprecated show and hide methods of jQlite. | |||
| 2011-08-21 | fix(docs): work around the lame ng:show directive | Igor Minar | |
| 2011-08-21 | fix(docs): change docs.css to avoid css clashes in buzz example | Igor Minar | |
| 2011-08-19 | fix(sample): Fix for jsFiddle integration | Di Peng | |
| 2011-08-16 | doc(sample): Add javascript sandbox integration (jsFiddle) | dandoyon | |
| Change doc_widget.js to: - render "edit in jsfiddle" button next to all examples - make opt out certain examples by adding jsfiddle="false" attribute to doc:source element | |||
| 2011-08-15 | refactor(jqLite): remove jqLite show/hide support | Igor Minar | |
| it turns out that even with our tricks, jqLite#show is not usable in practice and definitely not on par with jQuery. so rather than introducing half-baked apis which introduce issues, I'm removing them. I also removed show/hide uses from docs, since they are not needed. Breaks jqLite.hide/jqLite.show which are no longer available. | |||
| 2011-08-12 | refactor(scope): remove $flush/$observe ng:eval/ng:eval-order | Misko Hevery | |
| 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(index.html): change the order of elements in the navbar | Igor Minar | |
| Users often don't see Tutorial and go straight to crappy Dev Guide, changing the order should help find them right content in the right order. | |||
| 2011-07-29 | doc(css): make all navbar links bold | Igor Minar | |
