aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guide.bootstrap.ngdoc
AgeCommit message (Collapse)Author
2011-06-06Move documentation under individual headingsMisko Hevery
2011-03-22Fixes a typo xmlsn -> xmlnsPepper Lebeck-Jobe
2011-03-01linking function should return bound scopeIgor Minar
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-01-26Added part of guide documentation and supporting changes to doc generatorMisko Hevery