aboutsummaryrefslogtreecommitdiffstats
path: root/test/service
AgeCommit message (Expand)Author
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-03-26feat($compile): do not interpolate boolean attributes, rather evaluate themVojta Jina
2012-03-26feat(ngValue): allow radio inputs to have non string valuesVojta Jina
2012-03-26refactor($sniffer): make $sniffer service privateIgor Minar
2012-03-26feat($controller): support controller registration via $controllerProviderIgor Minar
2012-03-23feat(http): added params parameterMisko Hevery
2012-03-23fix(q): resolve all of nothing to nothingMisko Hevery
2012-03-23fix($compile): create new (isolate) scopes for directives on root elementsIgor Minar
2012-03-20refactor($resource): unify and simplify the codeIgor Minar
2012-03-20fix($http): don't send Content-Type header when no dataIgor Minar
2012-03-20feat($route): when matching consider trailing slash as optionalIgor Minar
2012-03-20fix($log): avoid console.log.apply calls in IEIgor Minar
2012-03-20fix($compile): Merge interpolated css class when replacing an elementVojta Jina
2012-03-19fix(compiler): allow transclusion of root elementsMisko Hevery
2012-03-18feat(scope.$eval): Allow passing locals to the expressionVojta Jina
2012-03-16feat(scope): broadcast $destroy event on scope destructionIgor Minar
2012-03-13f(compile): boolean attributes too agresiveMisko Hevery
2012-03-13fix(scope): remove scope $destroy eventIgor Minar
2012-03-12fix(svg): normalize class access for SVGMisko Hevery
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-03-09refactor($provide) Rename service -> providerVojta Jina
2012-03-08chore(directives,widgets): reorg the code under directive/ dirIgor Minar
2012-03-08fix($parse): Allow property names that collide with native object propertiesVojta Jina
2012-03-08fix(tests): fix name collisions between various testsIgor Minar
2012-03-08docs($rootScope): rename ttl to digestTtl + docsIgor Minar
2012-03-08chore(compiler): change default restriction to attribute only for directivesMisko Hevery
2012-02-28refactor(ng:view) Make $route scope agnostic, add $contentLoaded eventVojta Jina
2012-02-28refactor($route): remove .parent(); ng:view scope creationMisko Hevery
2012-02-28refactor($route): move when/otherwise to providerMisko Hevery
2012-02-28refactor(forms): Even better formsVojta Jina
2012-02-25fix($http): Do not serialize File objectVojta Jina
2012-02-23fix($httpBackend): Set current url, if not defined or empty stringVojta Jina
2012-02-23feta(scope): watch object refference or equalityMisko Hevery
2012-02-21feat($compiler): Allow attr.$observe() interpolated attrsVojta Jina
2012-02-21feat($compile) add locals, isolate scope, transclusionMisko Hevery
2012-02-21feat($compile): mark scope creation with ng-scope classMisko Hevery
2012-02-21feat($compile): support compiling text nodes by wrapping them in <span>Misko Hevery
2012-02-21feat(parse): add support for local vars in expressionsMisko Hevery
2012-02-21feat(scope): scope.$emit/$broadcast return the event object, add cancelled pr...Vojta Jina
2012-01-25fix($parse): get rid of $unboundFnIgor Minar
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-25refactor($interpolate): improve interpolation service add documentationMisko Hevery
2012-01-25feature($exceptionHandler): $exceptionHandler now supports var_argsMisko Hevery
2012-01-23fix(scope): support watching functionsIgor Minar
2012-01-23refactor($controller): Add $controller service for instantiating controllersVojta Jina
2012-01-23refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...Vojta Jina
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2012-01-14fix($location): do not $digest if browser's url change fired within $apply/$d...Vojta Jina
2012-01-13style(*): small fixesIgor Minar