aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2010-12-06fixing closure compiler warningsIgor Minar
2010-12-06fix the angular.Array.orderBy example + add docsIgor Minar
2010-12-06fixing lint warnings in older codeIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
- Closes #152 ($resource().query() sometimes calls callback before returning, and it shouldn't) - add $browser.defer method - add $defer service - integrate $browser.defer with outstandingRequests counter in $browser - fix all old tests that relied on buggy behavior
2010-12-06allow documentation to be in external fileMisko Hevery
* Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them
2010-12-03Fix sanitization issues as suggested by evnMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
- Delete $postEval method, as it was a hack
2010-11-29Fixed sanitizationMisko Hevery
* explicitly require full URLs (ftp|https?://...) * list the URI attributes * remove a lot of unneeded attributes
2010-11-25more docs for angular.service.Igor Minar
2010-11-25Doc service: added example into service overviewVojta Jina
2010-11-25docs for all angular.* type checking functionsIgor Minar
2010-11-24docs for angular.injectorIgor Minar
2010-11-24docs for angular.bindIgor Minar
2010-11-24docs for angular.foreachIgor Minar
2010-11-24docs for angular.extendIgor Minar
2010-11-24fixing docs for angular.scopeIgor Minar
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-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 @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18escape code in ng:bind-attr jsdocIgor Minar
2010-11-18most of the documentation for angular.scope and friendsIgor 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-18make @param type and description non-optionalIgor Minar
2010-11-18fixing angular.lowercase and angular.upppercase jsdocs + apiIgor Minar
2010-11-18fixing angular.filter.number jsdocsIgor Minar
2010-11-18toJson and fromJson jsdocsIgor Minar
2010-11-18make @returns type non-optionalIgor Minar
2010-11-18fix ng docs for angular, angular.lowercase and uppercaseIgor Minar
2010-11-18scope docs + lowercase doc fixIgor Minar
2010-11-16Changed error handling so that better stack traces are displayed in the ↵Misko Hevery
ng-errors