angular.js/docs/content/cookbook
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
..
advancedform.ngdoc feat($compile): do not interpolate boolean attributes, rather evaluate them 2012-03-26 21:14:09 -07:00
buzz.ngdoc docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
deeplinking.ngdoc chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 2012-04-11 15:50:47 -07:00
form.ngdoc fix(docs): change all directive references to use the normalized names 2012-04-09 09:52:27 -07:00
helloworld.ngdoc docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
index.ngdoc style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
mvc.ngdoc docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00