aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
2012-01-23refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...Vojta Jina
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2012-01-19docs(inputType): fix small typoVojta Jina
2012-01-18docs(guide): update angular version in an exampleludicast
2012-01-17fix(docs): disable appcache - causing too much troubleIgor Minar
2012-01-17docs(*): more fixesIgor Minar
2012-01-17docs: syntax highlight auto bootstrap code exampleVojta Jina
2012-01-17fix(docs): temp hack to get appcache properly invalidatedIgor Minar
2012-01-17docs(guide): update the diagramVojta Jina
2012-01-17docs(*): various doc fixesIgor Minar
2012-01-13docs($http, $httpBackend): docs docs docsIgor Minar
2012-01-13fix(ngdocs): add '=' to type signatures with optional argumentsIgor Minar
2012-01-13fix(docs): generate correct ids on h elements to get scrolling workingVojta Jina
2012-01-13fix($autoScroll): scroll even if $location is in html5 modeVojta Jina
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2012-01-10feat(ngdocs): support for interface documentationMisko Hevery
2012-01-10chore(specs.js): remove unused dependencyMisko Hevery
2012-01-09chore(docs): disable disqus for localhostIgor Minar
2011-12-07docs(guide): fix $xhr -> $http linksIgor Minar
2011-12-07fix(filter): remove the $ prefix from filter service idsIgor Minar
2011-11-30fix($browser.xhr): change method "JSON" to "JSONP"Vojta Jina
2011-11-28docs(guide): fix directives guide docsIgor Minar
2011-11-21feat(service.$autoScroll): scroll to hash fragmentVojta Jina
2011-11-19fix(docs): specify disqus_urlIgor Minar
2011-11-14refactor(injector): removed loadModule/ng:moduleMisko Hevery
2011-11-14add(doc): added missing angular.module.ng namespaceMisko Hevery
2011-11-14del($eager): removed the support for $eager servicesMisko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all dev guide doc link warningsMisko Hevery
2011-11-14feat(bootstrap): added angular.bootstrap methodMisko Hevery
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14fix(doc): make output less noisyMisko Hevery
2011-11-14refactor(docs): improved the visual rendering of the documentation pagesMisko Hevery
2011-11-14docs(browser): moved and migrate browser removed unneeded files.Misko Hevery
2011-11-14doc($filter): added $filter documentationMisko Hevery
2011-11-14doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK moduleMisko Hevery
2011-11-14refactor($location): merged $locationConfig service into $locationProviderMisko Hevery
2011-11-14chore(scenario tests): make scenario tests pass againMisko Hevery
2011-11-14refactor(api): remove type augmentationMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-13style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-13fix(docs.guide): fix $location exampleVojta Jina
2011-11-13feat(docs): allow examples with hidden source codeVojta Jina
2011-11-13feat(docs): allow custom attributes on <doc:source>Vojta Jina
2011-11-05docs(css): fixing positioning of disqus commentsIgor Minar
2011-10-30feat(docs): remove the Report Issue link - duplication of disqusIgor Minar
2011-10-30fix(docs): special case url generation for index pagesIgor Minar
2011-10-30fix(docs): increment load counter only when a valid page is requestedIgor Minar
2011-10-30feat(docs): disqus integrationdandoyon