| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-17 | doc(guide:$location): fix example for two way databinding. | Jeremy Wilken | |
| When you are watching the $location.path(), it has to be wrapped in a function since it is not attached to the scope and if you pass a string to $scope.$watch it is evaluated against the $scope. | |||
| 2013-04-11 | docs(guide): Update $locationProvider docs. | Prathan Thananart | |
| Default hashPrefix setting is not `'!'`, it's actually `""`. Source: https://github.com/angular/angular.js/blob/master/src/ng/location.js#L472 | |||
| 2013-01-17 | doc(guide): Fix examples of $location.html5mode | Shai Reznik | |
| 2013-01-17 | docs(guide): minor grammar fixes | Matt Rohrer | |
| 2012-10-31 | docs(guide/location): fix table formatting | Fred Sauer | |
| Fix table formatting so headings are bold, rows are separated by lines, and rows have :hover style | |||
| 2012-08-30 | doc(devguide) - Fix typos and small grammatical errors in the developer guide. | Steve Nicolai | |
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-06-10 | docs(*): fix various outdated docs and examples | Igor Minar | |
| Closes #1030 | |||
| 2012-06-09 | docs($location): clarify the two-way data-binding note | Igor Minar | |
| Closes #1030 | |||
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-04-12 | fix($location): properly rewrite urls in html5 mode with base url set | Igor Minar | |
| previously we were doing all kinds of checks to see if we should rewrite the url or not and we were missing many scenarios. not any more. with this change, we rewrite the url unless: - the href is not set - link has target attribute - the absolute url of the link doesn't match the absolute prefix for all urls in our app This also means that ng-ext-link attribute which we previously used to distinguish external links from app links is not necessary any more. apps can just set target=_self to prevent rewriting. BREAKING CHANGE: ng-ext-link directive was removed because it's unnecessary apps that relied on ng-ext-link should simply replace it with target=_self | |||
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-03-20 | docs(guide/location): fix example | Igor Minar | |
| 2012-03-13 | docs(links): corrected borken links | Misko Hevery | |
| 2012-01-25 | docs(compiler): update the compiler docs | 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-17 | docs(*): more fixes | Igor Minar | |
| 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 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-11-14 | refactor($location): merged $locationConfig service into $locationProvider | Misko Hevery | |
| 2011-11-13 | fix(docs.guide): fix $location example | Vojta Jina | |
| 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(*): remove @workInProgress from everywhere | Igor Minar | |
| it's not useful any more and it only makes the docs look ugly | |||
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-09-08 | doc($location): $location docs + using $location guide | Vojta Jina | |
