angular.js/docs/content
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
..
api docs($compile): fix typo in the docs templateURL -> templateUrl 2012-04-11 11:23:48 -07:00
cookbook chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 2012-04-11 15:50:47 -07:00
guide docs(guide.forms): fix the forms dev guide to use ng-disabled 2012-04-10 13:42:17 -07:00
misc fix(docs): remove ngModelInstant from all examples 2012-04-04 15:56:15 -07:00
tutorial docs(tutorial): fix typos in steps 2 and 3 2012-04-10 06:04:13 -07:00