| Age | Commit message (Collapse) | Author |
|
$ or _ will be injected
|
|
|
|
|
|
- added encodeUriSegment that properly encodes only those chars
that URI RFC requires us to encode
- modified Resource to use encodeUriSegment
|
|
now that we require DI everywhere, we don't need any of these
services to be eager - they get initialized when and only when
they are requested.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #40
|
|
|
|
|
|
|
|
|
|
Closes #276
|
|
|
|
- split up services into files under src/service
- split up specs into files under test/service
- rewrite all specs so that they don't depend on one global forEach
- get rid of obsolete code and tests in ng:switch
- rename mock $log spec from "$log" to "$log mock"
|
|
|
|
|
|
this is just a temporary move so that the content doesn't get lost.
in the long term we want this to be part of the main site.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- split trim into trim and indent
- merged my indentation code with trim
- cleaned up some small issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #260
|
|
I extracted mock $log factory into stand alone function, so we can access it and test, because this service is rewritten by real service during testing, so we can't access it through angular.$service('$log')...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|