angular.js/docs
Vojta Jina 1084ccf7ef fix(docs): Add $locationProvider methods to the docs example provider
- $locationProvider.html5Mode
- $locationProvider.hashPrefix

Docs example is basically a different application on the same page, but we don't want to instantiate multiple instances of $browser or $location service, so we are overriding these providers to return the instances from parent app.

Overriding the service with $provide.value caused a provider to be auto-generated without the necessary hashPrefix and html5Mode apis.
2012-03-05 19:09:43 -08:00
..
content refactor(directive.ngModel): rename emitValidity -> setValidity 2012-02-28 18:22:41 -08:00
examples docs($http, $httpBackend): docs docs docs 2012-01-13 14:28:20 -08:00
img docs(guide): update the diagram 2012-01-17 09:49:38 -08:00
spec docs(scope): show which directives create scopes 2012-02-22 12:59:23 -08:00
src fix(docs): Add $locationProvider methods to the docs example provider 2012-03-05 19:09:43 -08:00