aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2011-08-19refactor(jqLite): remove jqLite show/hide supportIgor Minar
2011-08-18doc(typos): fix couple of typos in the docsdandoyon
2011-07-27style(): fix couple of missing semi-colonsVojta Jina
2011-07-26fix(ng:show/ng:hide): use jqLite.show/jqLite.hideDi Peng
2011-07-22feat(angular.version): add angular.versionDi Peng
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18fix(strict mode): fix all issues discovered by strict mode and unit/e2e testsIgor Minar
2011-07-13fix(bootstrap): Fix bootstrap on IE<8Vojta Jina
2011-06-08Added ng:options directiveMisko Hevery
2011-06-08Added nextUid() function for unified way of generating IDs in angularMisko Hevery
2011-06-08Proper handling of special attributes in jqliteMisko Hevery
2011-06-08code cleanup: missing ; and indentationMisko Hevery
2011-06-08Remove stray console.log statementeMisko Hevery
2011-06-06another batch of doc fixes from kenIgor Minar
2011-06-02Fix formatError for FF4 and OperaVojta Jina
2011-04-16Added a bit more documentation to ng:autobind to explain some of the semanticsCraig Tataryn
2011-04-11doc fix - ng:autobind, ng:controller and moreKenneth R. Culp
2011-04-07use special nodeName_ impl only for IE<9Igor Minar
2011-04-07improve docs for angular.Object.copyIgor Minar
2011-03-31fix infinite loop in elementError when working with detached elementsIgor Minar
2011-03-31encode query params correctly but not too agressivelyIgor Minar
2011-03-30correct size() impl for object's w/ 'length' propIgor Minar
2011-03-30extend size() to take ownPropsOnly paramIgor Minar
2011-03-28fixing lint warningsIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
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