aboutsummaryrefslogtreecommitdiffstats
path: root/test/markupSpec.js
AgeCommit message (Expand)Author
2012-03-08chore(directives,widgets): reorg the code under directive/ dirIgor Minar
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25refactor($interpolate): improve interpolation service add documentationMisko Hevery
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-03refactor: remove old JSTD assertionsVojta Jina
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-20fix(compiler): revert 8611ebe6 - calling \$digest after linkingIgor Minar
2011-10-12fix(compiler): linking function should call $digestIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-16fix(specs): various fixes to get IE8+jquery unit tests greenIgor Minar
2011-09-08style: fix some missing semi-colons and spaces, typosVojta Jina
2011-08-25fix(markup): Make special attrs such as ng:href work even without bindingDi Peng
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-26style(warnings): prevent the browser from making bogus GET requests during testsMisko Hevery
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-06-16Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to marku...Di Peng
2011-03-01linking function should return bound scopeIgor Minar
2011-02-19fix test which fails on CI build, because the image has sizeMisko 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-04smarter normalization of value on option, and htmlParser fixesMisko Hevery
2011-02-03fixed population of value attribute on optionMisko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-09-21fixed test for ng:src which fails on IE, since IE treats undefined src as url...Misko Hevery
2010-09-20Add ng:src and ng:href markup.Alkis Evlogimenos
2010-07-02change all attributes from ng- to ng: prefixMisko Hevery
2010-04-22fix CI BuildMisko Hevery
2010-04-21ie6 and ie8 passMisko Hevery
2010-04-21ie6 now passesMisko Hevery
2010-04-21more if tests passMisko Hevery
2010-04-09various bug fixesMisko Hevery
2010-03-31all tests green, some dissabledMisko Hevery
2010-03-29dissabled a lot of tests, and made the core test set pass.Misko Hevery
2010-03-25major refactoring of scopeMisko Hevery
2010-03-25input select-one now worksMisko Hevery
2010-03-23markup now wroks, some refactoringsMisko Hevery