aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2011-03-11ng:autobind now optionally takes element idIgor Minar
2011-03-11angularJsConfig now allows ng:autobind and #autobind value to be passed inIgor Minar
2011-03-08fix ie7 regression in jqLite which preventedMisko Hevery
2011-03-03fixing left over .scopeIgor Minar
2011-03-03fixing broken e2e testsIgor Minar
2011-03-01linking function should return bound scopeIgor Minar
2011-02-18Auto create $inject property form the argument names. Any arg starting with $...Misko Hevery
2011-02-17resources should not over-encode chars in url pathIgor Minar
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16reformated multiline trinary expressions to have a leading ?/:.Misko Hevery
2011-02-16rewrite of JQuery lite implementation, which now better supports selected setsMisko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16refactored quickClone to cloneNode and exposed it on jQueryMisko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
2011-02-16remove dom manipulation API from compilerMisko Hevery
2011-02-16Add public API to retrieve scope from element.Misko Hevery
2011-02-16allow jquery to be declared after angular in the script loading orderMisko Hevery
2011-02-16Small spelling and grammar fixes in documentation.Anthony Lieuallen
2011-02-07adding docs for angular.markup and angular.attrMarkupIgor Minar
2011-02-04smarter normalization of value on option, and htmlParser fixesMisko Hevery
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-01-26adding jsdoc for angular namespaceIgor Minar
2011-01-24remove trailing whitespaceMisko Hevery
2011-01-18fixes, examples and tests for angular.Object.* docsIgor Minar
2011-01-13fix for angular.Object.equals to handle equals({},null)Igor Minar
2011-01-10complete rewrite of documentation generationMisko Hevery
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10jqLite should recognize window as an element even in IEIgor Minar
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2011-01-07Revert "Issue #51: Update extensionMap()"Igor Minar
2011-01-07rename nodeName due to conflicts with jqueryIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2010-12-22fromJson delegation to native JSON parser if availableIgor Minar
2010-12-07improving $resource docsIgor Minar
2010-12-06allow documentation to be in external fileMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
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.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.Object.copyIgor Minar
2010-11-24docs for angular.Object.sizeIgor Minar
2010-11-24docs for angular.Object and angular.Object.equalsIgor Minar
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18fix docs for angular.directive and ng:autobindIgor Minar