aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-24docs for angular.compileIgor Minar
2010-11-24docs for angular.elementIgor Minar
2010-11-24docs for angular.noop and angular.identityIgor Minar
2010-11-24docs for angular.scope. and angular.scope.Igor Minar
2010-11-24docs for angular.Object.copyIgor Minar
2010-11-24docs for angular.Object.sizeIgor Minar
2010-11-24docs for angular.Object and angular.Object.equalsIgor Minar
2010-11-24adding Note section to angular.Array.* where it was missingIgor Minar
2010-11-24docs for angular.Array.sumIgor Minar
2010-11-23docs for angular.Array.filterIgor Minar
2010-11-23docs for angular.Array.removeIgor Minar
2010-11-23docs for angular.Array.removeIgor Minar
2010-11-23docs for angular.Array.orderByIgor Minar
2010-11-23docs for angular.Array.countIgor Minar
2010-11-23adding docs for angular.Array.addIgor Minar
2010-11-22placeholder docs for all angular.Array functionsIgor Minar
2010-11-22Add angular.Array.limitTo and docs for angular.ArrayIgor Minar
2010-11-18preparation for the 0.9.5 turkey-blast iterationIgor Minar
2010-11-18cutting the 0.9.4 total-recall releasev0.9.4Igor Minar
2010-11-18updated release notes for the 0.9.4 total-recall releaseIgor Minar
2010-11-18don't escape $ in hashpath eitherIgor Minar
2010-11-18don't escape ! and : in hashPathIgor Minar
This is a temporary fix for Issue #158
2010-11-18fix all closure compilation warnings due to invalid function typesIgor Minar
2010-11-18add a feedback link to the doc pagesIgor Minar
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18don't encode page.name (hash) in docs.jsIgor Minar
see discussion in https://github.com/angular/angular.js/pull/158"
2010-11-18escape code in ng:bind-attr jsdocIgor Minar
2010-11-18most of the documentation for angular.scope and friendsIgor Minar
2010-11-18title for index.html should not show raw binding while the app bootstrapsIgor Minar
2010-11-18fix docs and examples for ng:format, ng:required and ng:validateIgor Minar
2010-11-18move attribute widgets to widgets.js fileIgor Minar
- move @ng:repeat to widgets.js and its specs to widgetsSpecs.js - move @ng:non-bindable to widgets.js and its specs to widgetsSpecs.js - make widget.template suitable for attribute widgets - fix up the js docs for attribute widgets
2010-11-18fix docs for angular.directive and ng:autobindIgor Minar
2010-11-18add spec for incrementing headingsIgor Minar
2010-11-18add support for {@link} tags within @description and remove implicit linkingIgor Minar
use as: - foo {@link bar} - foo {@link bar desc} I'm removing implicit linking because it unintentionally links stuff and generally interferes with other conversions. We have to link stuff explicitely from now on.
2010-11-18docs linkifying regexp should not mess up links alreaded converete by markdownIgor Minar
2010-11-18make @param type and description non-optionalIgor Minar
2010-11-18CSS, Parameters, Returns template changesIgor Minar
- make css section optional - make returns section optional - change format of the parameters section - properly format the Returns section
2010-11-18adjust spacing of headings in the main doc divIgor Minar
2010-11-18fixing angular.lowercase and angular.upppercase jsdocs + apiIgor Minar
2010-11-18adding support for @param.optionalIgor Minar
2010-11-18fixing angular.filter.number jsdocsIgor Minar
2010-11-18toJson and fromJson jsdocsIgor Minar
2010-11-18@returns description should support markdownIgor Minar
2010-11-18make @returns type non-optionalIgor Minar
2010-11-18fix ng docs for angular, angular.lowercase and uppercaseIgor Minar
2010-11-18group utility methods/objects while sorting stuff for the side barIgor Minar
2010-11-18remove extra returns tagIgor Minar
2010-11-18remove extra toolbar directive and support multiple pre's in describeIgor Minar
2010-11-18scope docs + lowercase doc fixIgor Minar
2010-11-18add support for @deprecated ng:doc annotation + show warnings in templatesIgor Minar