| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-30 | fix($browser.xhr): change method "JSON" to "JSONP" | Vojta Jina | |
| Breaks "JSON" xhr method is now called "JSONP" | |||
| 2011-11-28 | docs(guide): fix directives guide docs | Igor Minar | |
| 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 | add(doc): added missing angular.module.ng namespace | Misko Hevery | |
| 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 | 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 | docs(browser): moved and migrate browser removed unneeded files. | 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 | 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-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-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-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-14 | docs(forms): fix devguide forms example code | Igor Minar | |
| 2011-10-14 | docs(cookbook): disable jsfiddle for deeplinking example | Igor Minar | |
| it uses extra resources, so it won't work on fiddle | |||
| 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-13 | fix(docs): set proper base href when hashbang url requested | Vojta Jina | |
| 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-12 | docs(forms): add ng:change docs and other fixes | Igor Minar | |
