aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
AgeCommit message (Expand)Author
2012-05-02style($compile): rename compiler.js to compile.jsIgor Minar
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
2012-04-04chore(directive): correct file names for booleanAttrsVojta Jina
2012-03-28refactor(fromJson/toJson): move the contents of these files into Angular.jsIgor Minar
2012-03-28chore(ngCookies): moved to moduleMisko Hevery
2012-03-28chore(resource): moved to moduleMisko Hevery
2012-03-28chore(Rakefile): get ready for modulesMisko Hevery
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-03-20refactor($resource): unify and simplify the codeIgor Minar
2012-03-08chore(directives,widgets): reorg the code under directive/ dirIgor Minar
2012-03-05chore: Update slim-jimVojta Jina
2012-02-28refactor(forms): Even better formsVojta Jina
2012-02-21chore(slim-jim) add configurationMisko Hevery
2012-01-25refactor(sanitizer): turn sanitizer into a serviceMisko Hevery
2012-01-23refactor($controller): Add $controller service for instantiating controllersVojta Jina
2012-01-13refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrol...Vojta Jina
2012-01-10feat(module): new module loaderMisko Hevery
2012-01-03style(q): rename src/Deferred.js to src/service/q.jsIgor Minar
2011-11-30feat($interpolate): string interpolation functionMisko Hevery
2011-11-30feat(deferreds/promises): Q-like deferred/promise implementation with a ton o...Igor Minar
2011-11-30feat(mocks.$httpBackend): add $httpBackend mockVojta Jina
2011-11-30feat($http): new $http service, removing $xhr.*Vojta Jina
2011-11-30feat($cacheFactory): add general purpose $cacheFactory serviceIgor Minar
2011-11-21feat(service.$autoScroll): scroll to hash fragmentVojta Jina
2011-11-14style(angularPublic): move public export definition to AnuglarPublic.jsMisko Hevery
2011-11-14docs(browser): moved and migrate browser removed unneeded files.Misko Hevery
2011-11-14refacter(filters): convert filter/limitTo/orderBy from type augmentation to f...Misko Hevery
2011-11-14move(filters): appease the History GodMisko Hevery
2011-11-14refactor(parser): turn parser into a service (keep compatibility hack)Misko Hevery
2011-11-14move(parser): appease the History GodMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14move(compiler): appease the History GodMisko Hevery
2011-11-14move(scope): appease the History GodMisko Hevery
2011-11-01style(angularFiles): just missing semi-colon and extra commaVojta Jina
2011-10-31test(mocks): test mocks with compiled angularVojta Jina
2011-10-31feat(matchers): extract jasmine matchers into separate file for future reuseVojta Jina
2011-10-13chore(libs): update libs (jasmine, jstd, jasmine-jstd adapter)Vojta Jina
2011-10-12test(jstd-config): add widget specs to jsTestDriver-jquery.confIgor Minar
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11refactor(hover): delete hover serviceMisko Hevery
2011-09-16feat (jquery): upgrade everything to jQuery 1.6.4Igor Minar
2011-09-13refactor(angular): externalize script load order into JSONDi Peng