aboutsummaryrefslogtreecommitdiffstats
path: root/src/Compiler.js
AgeCommit message (Expand)Author
2011-11-14move(compiler): appease the History GodMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-11-08fix(directives): make directive names case-insensitiveIgor Minar
2011-10-20fix(compiler): revert 8611ebe6 - calling \$digest after linkingIgor Minar
2011-10-19fix(ng:options): compile null/blank option tagTEHEK Firefox
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-12fix(compiler): linking function should call $digestIgor Minar
2011-10-11refactor(injection) infer injection args in ng:controller onlyMisko Hevery
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-10docs:compile: Just fixing some typos in the docsVojta Jina
2011-06-08Throw error when compiling multiple rootsMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-06another batch of doc fixes from kenIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
2011-03-01additional fixes for the angular.compile docsIgor Minar
2011-03-01linking function should return bound scopeIgor Minar
2011-02-22add class on any namespace elmentsMisko Hevery
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])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-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-01changed the documentation @example to use <doc:example>Misko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-24fix for infinite loop in retrieveScope with jQuery + specsIgor Minar
2011-01-19fix argument variables in compilerIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-07rename nodeName due to conflicts with jqueryIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-15added remaining directives and search box.Misko Hevery
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...Misko Hevery
2010-10-12Fixed issue where compiler would pass in detached text node if previous marku...Misko Hevery
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-10-08change ng:controller to create new scope hence allow nestingMisko Hevery
2010-09-23fix parseInt by adding radix so that it does not default to octal if the stri...Misko Hevery
2010-09-21HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...Misko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-07-30rename textMarkup to markupMisko Hevery
2010-07-26minor performance improvementsMisko Hevery
2010-07-20fixed xhtml compatibility, fix console in chromeMisko Hevery
2010-07-02change all attributes from ng- to ng: prefixMisko Hevery
2010-04-30make xhr post optionalMisko Hevery