angular.js/docs
Igor Minar 945056b166 linking function should return bound scope
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.

other changes:
- moved angular.compile docs to the compiler so that they are closer to
  the compiler
- fixed some typos and updated angular.compile docs with the new return
  value
2011-03-01 17:09:25 -08:00
..
img Rewrite of the overview section of the dev guide 2011-02-22 15:09:44 -08:00
spec fix documentation for ie 2011-02-22 14:48:53 -08:00
src docs.css should not inline all pragraphs, only those in lists 2011-02-23 15:52:29 -08:00
static Added remainder of the cookbook 2011-02-03 20:03:38 -08:00
angular.attrMarkup.ngdoc adding docs for angular.markup and angular.attrMarkup 2011-02-07 23:55:02 -08:00
angular.directive.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.element.ngdoc Changed the angular.compile(element)(scope[, cloneAttachNode]) 2011-02-16 08:59:57 -05:00
angular.filter.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
angular.formatter.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
angular.markup.ngdoc adding docs for angular.markup and angular.attrMarkup 2011-02-07 23:55:02 -08:00
angular.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.service.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
angular.validator.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
angular.widget.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
cookbook.buzz.ngdoc added more cookbook: work in progress 2011-02-03 20:03:38 -08:00
cookbook.deeplinking.ngdoc Added remainder of the cookbook 2011-02-03 20:03:38 -08:00
cookbook.form.ngdoc Added remainder of the cookbook 2011-02-03 20:03:38 -08:00
cookbook.formadvanced.ngdoc corrected missbehaved example 2011-02-09 20:11:34 -08:00
cookbook.helloworld.ngdoc Added remainder of the cookbook 2011-02-03 20:03:38 -08:00
cookbook.mvc.ngdoc Added remainder of the cookbook 2011-02-03 20:03:38 -08:00
cookbook.ngdoc addded cookbook 2011-02-03 13:26:48 -08:00
faq.ngdoc renaming fag.ngdoc to faq.ngdoc 2011-02-08 20:42:32 -08:00
guide.bootstrap.ngdoc linking function should return bound scope 2011-03-01 17:09:25 -08:00
guide.compiler.ngdoc Added part of guide documentation and supporting changes to doc generator 2011-01-26 23:31:15 -08:00
guide.contribute.ngdoc Rewrite of the "Contributing" section of the DevGuide 2011-02-22 17:42:00 -08:00
guide.css.ngdoc Developer guide documentation 2011-02-01 09:58:37 -08:00
guide.data-binding.ngdoc Added part of guide documentation and supporting changes to doc generator 2011-01-26 23:31:15 -08:00
guide.downloading.ngdoc Update Dev Guide Downloading content (to be moved to Contributing later). 2011-02-09 11:19:30 -08:00
guide.expression.ngdoc Developer guide documentation 2011-02-01 09:58:37 -08:00
guide.ngdoc Developer guide documentation 2011-02-01 09:58:37 -08:00
guide.overview.ngdoc fixing typo in guide.overview 2011-02-22 15:49:46 -08:00
guide.template.ngdoc Added part of guide documentation and supporting changes to doc generator 2011-01-26 23:31:15 -08:00
guide.testing.ngdoc Developer guide documentation 2011-02-01 09:58:37 -08:00
mine_guide.ngdoc Update Dev Guide Downloading content (to be moved to Contributing later). 2011-02-09 11:19:30 -08:00
mine_text Update Dev Guide Downloading content (to be moved to Contributing later). 2011-02-09 11:19:30 -08:00
service.template fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
started.ngdoc Cleanup of the Getting Started guide 2011-02-09 11:01:54 -08:00
testimonials.ngdoc adding testimonials page to docs 2011-02-10 15:40:38 -08:00