angular.js/lib
Vojta Jina 13f92de624 feat(docs): use html5 history api for all routing in the docs app
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
2011-09-26 23:51:53 +02:00
..
closure-compiler chore(closure-compiler): upgrading to v20110615 2011-07-18 12:12:54 -07:00
htmlparser create HTML sanitizer to allow inclusion of untrusted HTML in safe manner. 2010-10-26 13:41:07 -07:00
jasmine-1.0.1 chore(jasmine): disable 'Jasmine waiting for..' msg 2011-08-15 00:21:02 -07:00
jasmine-jstd-adapter Have iit have higher priority then ddesrcibe 2011-04-12 14:02:21 -07:00
jquery feat (jquery): upgrade everything to jQuery 1.6.4 2011-09-16 02:44:27 +02:00
jsl split up services into individual files 2011-02-15 11:01:53 -05:00
jstestdriver upgrade jstd to 1.3.2 + improve test-coverage.sh script 2011-04-01 09:59:42 -07:00
nodeserver feat(docs): use html5 history api for all routing in the docs app 2011-09-26 23:51:53 +02:00
showdown Use node's vm module instead of deprecated process.compile 2011-06-06 22:52:01 -07:00