| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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')...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The value attribute must be populated manually, since different
browsers default to different value of option when not explicitly
defined.
|
|
|
|
|
|
|
|
Closes 254
|
|
|
|
Closes #217
|
|
|
|
|