| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-02 | doc(guide): clean up broken links | Misko Hevery | |
| 2012-04-30 | docs(ngSanitize): fix directive links | Igor Minar | |
| 2012-04-20 | docs(ngBind): "angular.module.ng.$sanitize" -> ↵ | johnlindquist | |
| "angular.module.ngSanitize.$sanitize" | |||
| 2012-04-20 | docs(ngBind): "makes make" -> "makes" | johnlindquist | |
| 2012-04-11 | chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module | Vojta Jina | |
| 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-09 | fix(ngBindHtml): clear contents when model is falsy | Igor Minar | |
| Closes #864 | |||
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-04-04 | fix(docs): remove ngModelInstant from all examples | Igor Minar | |
| just fixing leftover code after the removal of ngModelInstant | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
