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
2012-01-10 22:27:00 -08:00
2012-01-17 09:49:38 -08:00
2012-01-25 11:46:34 -08:00
2010-10-29 10:47:06 -07:00
2012-01-10 22:27:00 -08:00
2012-03-05 10:41:59 -08:00
2010-10-29 10:47:06 -07:00
2011-10-11 10:53:07 -07:00
2012-03-05 09:59:29 -08:00
2010-07-09 14:45:29 -07:00
2010-01-05 16:57:36 -08:00
2012-02-21 22:45:58 -08:00
2010-11-12 16:13:53 -08:00

AngularJS

Compiling

rake compile

Running Tests

./server.sh                          # start the server
open http://localhost:9876/capture   # capture browser
./test.sh                            # run all unit tests
Description
No description provided
Readme MIT 63 MiB
Languages
JavaScript 98.8%
HTML 0.6%
Shell 0.4%
PHP 0.1%