aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api
AgeCommit message (Collapse)Author
2012-01-25refactor(directives): connect new compilerMisko Hevery
- turn everything into a directive
2012-01-23refactor(scope): separate controller from scopeVojta Jina
Controller is standalone object, created using "new" operator, not messed up with scope anymore. Instead, related scope is injected as $scope. See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k Closes #321 Closes #425 Breaks controller methods are not exported to scope automatically Breaks Scope#$new() does not take controller as argument anymore
2012-01-19docs(inputType): fix small typoVojta Jina
2012-01-10feat(module): new module loaderMisko Hevery
2011-11-14add(doc): added missing angular.module.ng namespaceMisko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14docs(browser): moved and migrate browser removed unneeded files.Misko Hevery
2011-11-14doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK moduleMisko Hevery
2011-10-26feat(docs): Add scenario runner into dev guideVojta Jina
And update the link in the tutorial as well...
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
it's not useful any more and it only makes the docs look ugly
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-02docs(guide/tutorial/misc): sync with google docsIgor Minar
2011-06-15docs - stripping extra new linesIgor Minar
2011-06-06yet another docs batchIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-06add new version of api/angular docIgor Minar
2011-06-06new batch of docsIgor Minar
2011-06-06fixing broken linksIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery