aboutsummaryrefslogtreecommitdiffstats
path: root/src/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($compile): don't touch static element attributesIgor Minar
2012-03-20fix($log): avoid console.log.apply calls in IEIgor Minar
2012-03-20style($log): reformat code for readabilityIgor Minar
2012-03-20docs(filters): use ng-model-instant in live examplesIgor Minar
2012-03-20fix($compile): Merge interpolated css class when replacing an elementVojta Jina
2012-03-19bug(ie7): incorrectly set all inputs to disabledMisko Hevery
2012-03-19chore(parseInt): cleanup parseInt() for our int()Misko Hevery
2012-03-19fix(compiler): allow transclusion of root elementsMisko Hevery
2012-03-18feat(scope.$eval): Allow passing locals to the expressionVojta Jina
2012-03-16docs(scope): add $destroy event docsIgor Minar
2012-03-16feat(scope): broadcast $destroy event on scope destructionIgor Minar
2012-03-13docs(links): corrected borken linksMisko Hevery
2012-03-13f(compile): boolean attributes too agresiveMisko Hevery
2012-03-13fix(scope): remove scope $destroy eventIgor Minar
2012-03-12docs(*): renaming incorrect widget references to control or directiveIgor Minar
2012-03-12fix(svg): normalize class access for SVGMisko Hevery
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-03-08fix($parse): Allow property names that collide with native object propertiesVojta Jina
2012-03-08docs(directive, module): add various missing docs and fix existing docsIgor 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-03-05docs($route, ng:view): Fix the examples to work on jsfiddle, update docsVojta Jina
2012-02-29docs($cacheFactory): Correct method's descriptionMarcello Nuccio
2012-02-28feat(ng:include) Fire $contentLoaded eventVojta Jina
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-28docs(scope): correct formattingMisko 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-22docs(scope): update $emit/$broadcast docsVojta Jina
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