angular.js/docs/src
Vojta Jina 5bcd719866 chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module
Create build for other modules as well (ngResource, ngCookies):
- wrap into a function
- add license
- add version

Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);`
2012-04-11 15:50:47 -07:00
..
templates chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 2012-04-11 15:50:47 -07:00
appCache.js feat(docs): use html5 history api for all routing in the docs app 2011-09-26 23:51:53 +02:00
dom.js doc(fixes): to better support ng-directive notation 2012-03-11 21:31:35 -07:00
gen-docs.js chore(docs): add nonminified jquery debug version of docs 2012-04-05 11:33:42 -07:00
ignore.words complete rewrite of documentation generation 2011-01-10 11:50:11 -08:00
ngdoc.js fix(docs): change all directive references to use the normalized names 2012-04-09 09:52:27 -07:00
reader.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
SiteMap.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
writer.js feat(ngdocs): support for interface documentation 2012-01-10 22:21:54 -08:00