aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.unit-testing.ngdoc
AgeCommit message (Collapse)Author
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): fix up links outside the domainPeter Bacon Darwin
It is safer to use markdown style links and save jsdoc style links for internal links and code references
2013-12-19docs(guide): fix typoKlaus Weiss
Closes #5481
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
jQuery's elem.html('') is way slower than elem.empty(). As clearing element contents happens quite often in certain scenarios, switching to using .empty() provides a significant performance boost when using Angular with jQuery. Closes #4457
2013-11-21docs(guide/unit-testing): minor style and grammar changesjody tate
Closes #5057
2013-11-07docs(guide/filter): Refactor filter guide docsTobias Bosch
This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
2013-10-26docs(guide/unit-testing): fix typogabriel-tessier
Closes #4601
2013-06-04docs(guide/unit-testing): fix typoJared Forsyth
2013-06-04docs(guide/unit-testing): fix controller test examplePete Bacon Darwin
2013-05-23docs(guide/unit-testing): add expression exampleSiddique Hameed
* Improved developer guide, directive unit testing documentation code with scope expression * Removed documentation block with nothing on it
2013-05-18docs(guide::testing): fix link to angular-seedPete Bacon Darwin
2013-05-16doc(guide): add links to angular-seed examplesMatt Haggard
The examples in the angular-seed project are better than nothing, which is what we currently have here!
2013-04-23docs(guide:unit-testing): add an example unit test for directivesTimothy Ahong
2013-04-16docs(guide.unit-testing): fix typoTimothy Ahong
2013-04-11docs(dev-guide): Fixed a typo.urenmj
2013-01-17doc(guide): Fixed typos at the unit tests guideShai Reznik
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2013-01-07docs(guide): fix typos in unit test guidekim lokoy
2012-08-30doc(devguide) - Fix typos and small grammatical errors in the developer guide.Steve Nicolai
2012-06-12docs(*): simplify doc urlsIgor Minar
we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions
2012-06-10docs(*): fix various outdated docs and examplesIgor Minar
Closes #1030
2012-06-02docs(dependency injecton): rewriteMisko Hevery
2012-03-26docs(guide/unit-testing): fixed typo in code exampleMykhailo Kotsur
2012-01-17docs(*): various doc fixesIgor Minar
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
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-06-15docs - various doc fixesIgor Minar
2011-06-15docs - stripping extra new linesIgor Minar
2011-06-06new batch of docsIgor Minar