| Age | Commit message (Collapse) | Author | 
 | 
with input('name').val()
Closes #376
 | 
 | 
The reason was recent change in docs url
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
- add `sync` flag xhr.cache
- change ng:include to use the sync flag
- change ng:view to use the sync flag
The end result is that there are fewer repaints in the browser,
which means less "blinking" that user sees.
 | 
 | 
they have no significant effect on minified and gziped size. in fact
they make things worse.
file        | before     | after removal
----------------------------------------
concat      | 325415     | 325297
min         | 62070      | 62161
min + gzip  | 25187      | 25176
The bottom line is that we are getting 0.05% decrease in size after
gzip without all of the hassle of using underscores everywhere.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
")]}\',\n" is a commonly used security prefix added to json http
responses iat google and elsewhere in order to prevent certain
cross-site attacks
$xhr service now autodetects the prefix and strips it before
deserializing the json.
the implementation should be more flexible to allow for wider range
of prefixes, but we need this one right now and can address other
usecases later.
 | 
 | 
 | 
 | 
 | 
 | 
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 #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"
 |