aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
AgeCommit message (Collapse)Author
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-07fix(docs): rename doc dev_guide.templates.css to dev_guide.templates.css-stylingDhruv Manek
Closes #580
2011-10-05docs(started): fixing pluralizationdandoyon
2011-09-26feat(docs): use html5 history api for all routing in the docs appVojta Jina
- Configure our docs app to use new $location with html5 history api! - Update simple node web server to serve index.html for all links (rewritting). - Update .htaccess file to serve index.html for all links (rewritting). - At runtime determine the base href path and attach it to the DOM. We needed the absolute URL to get all browsers to work well. - Because of the above, we also need to dynamically determine all needed js/css resources and add them to the DOM. This was needed because FF6 would eagerly fetch resources with wrong URL since the base element is added to the dom at runtime. - All content html files were moved to the partials directory, because with the new html5 urls it was impossible to tell if request for http://domain/api/angular.filter.html was an html5 url for the html filter doc page, or an xhr/appcache request for the content html file for the html filter. f
2011-09-16fix(e2e tests): use prop() instead of attr() and quote attributesIgor Minar
Because of changes in jQuery, we need to use element().prop() instead of element().attr() to retrieve className and other element properties. Additionally all attribute selectors (e.g. input[name=value]) must have value quoted if it contains dots (".").
2011-09-08doc($location): $location docs + using $location guideVojta Jina
2011-09-08fix(docs): update docs to reflect new $location and fix e2e testsVojta Jina
2011-09-02test(jsonp): fixing jsonp e2e testsIgor Minar
- buzz api keeps on throttling our requests which makes our build fail so I'm disabling the buzz demo e2e test - the $xhr service jsonp test was modified to use jsonp on angularjs.org instead of buzz api for the same reason as mentioned above
2011-09-02docs(guide/tutorial/misc): sync with google docsIgor Minar
2011-08-04doc(tutorial): updates needed for 0.9.18 rebaseIgor Minar
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
- Speed improvements (about 4x on flush phase) - Memory improvements (uses no function closures) - Break $eval into $apply, $dispatch, $flush - Introduced $watch and $observe Breaks angular.equals() use === instead of == Breaks angular.scope() does not take parent as first argument Breaks scope.$watch() takes scope as first argument Breaks scope.$set(), scope.$get are removed Breaks scope.$config is removed Breaks $route.onChange callback has not "this" bounded
2011-07-29doc(contribute): add npm & q dependencies to setup instructionsIgor Minar
2011-07-29doc(started): fixing up the doc and adding link to the tutorialIgor Minar
2011-07-29doc(guide): various fixes and improvementsIgor Minar
2011-07-29doc(tutorial): fixes and improvements from Toni and BenIgor Minar
2011-06-21Update fixed docs content (guide)Vojta Jina
Couple of typos fixed: * indentation * batchLogbatchLog -> batchLog * start periodic checking * missing brace
2011-06-16Update docs from googledocsVojta Jina
* fixed typo in tutorial step-10 * revert cookbook/buzz example to use googlebuzz user
2011-06-15docs - various doc fixesIgor Minar
2011-06-15docs - stripping extra new linesIgor Minar
2011-06-15Updated docs/cookbook/buzz from gdocsDi Peng
With couple of fixes: * indentation + code formatting * use ng:href, ng:src * change UserId to misko.hevery so it will work now
2011-06-15Fix scenario runner on IE7, IE8Misko Hevery
* add ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected * fetch fixed cookbook/advancedform (use ng:disabled) * fire keydown instead of change on input * remove frame when test finishes
2011-06-07Update latest docs content from gdocsVojta Jina
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-06fix wrapping api links into code elementIgor Minar
2011-06-06fix getting started docsIgor Minar
2011-06-06new batch of docsIgor Minar
2011-06-06move docs/content/intro to docs/content/miscIgor Minar
2011-06-06fixing broken linksIgor Minar
2011-06-06add new batch of tutorial docs and imagesIgor Minar
2011-06-06Don't forget the_end...Kenneth R. Culp
2011-06-06Latest greatest tutorial udpates.Kenneth R. Culp
2011-06-06new batch of tutorial docsIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery