aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.js
AgeCommit message (Expand)Author
2012-03-11doc(fixes): to better support ng-directive notationMisko Hevery
2012-03-08chore(directives,widgets): reorg the code under directive/ dirIgor Minar
2012-03-08docs(directive, module): add various missing docs and fix existing docsIgor Minar
2012-03-08docs(ng-view): improve the ng-view 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-03-05fix(ng-include): Compile only contentVojta Jina
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-28chore(ng:view): simplify, by taking advantage of new compiler featuresMisko Hevery
2012-02-28docs(directive.script): Subtle update to API docsVojta Jina
2012-02-28docs(directive.script): Add simple example of inlined templateVojta Jina
2012-02-28fix(directive.script): Do not compile content of script tagsVojta Jina
2012-02-22docs(scope): show which directives create scopesMisko Hevery
2012-02-21fix(ng:repeat): use transclusionMisko Hevery
2012-02-21chore(ng:switch): rewritten with transclusion APIMisko Hevery
2012-02-21feat($compile) add locals, isolate scope, transclusionMisko Hevery
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25feat(scriptTemplateLoader): provide template inliningMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
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-13refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrol...Vojta Jina
2012-01-07feat(ng:include): enable/disable scrolling through autoscroll attributeVojta Jina
2011-11-30fix(ng:include): prevent race conditions by ignoring stale http callbacksIgor Minar
2011-11-30feat($http): add promise supportIgor Minar
2011-11-30refactor(ng:view, ng:include): pass cache instance into $httpVojta Jina
2011-11-30style(): get rid off some jsl warningsVojta Jina
2011-11-30feat($templateCache): add $templateCache - shared by ng:include, ng:viewVojta Jina
2011-11-30feat($http): new $http service, removing $xhr.*Vojta Jina
2011-11-21feat(service.$autoScroll): scroll to hash fragmentVojta Jina
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-10-26fix(ng:repeat) with array ignore properties not representing array elementsIgor Minar
2011-10-26fix(ng:view): ignore stale xhr callbacksIgor Minar
2011-10-18fix(ng:repeat): repeater should ignore $ and $$ propertiesIgor Minar
2011-10-12docs(dev_guide.bootstrap.auto_bootstrap): fixing a typoIgor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11feat(ng:repeat) collection items and DOM elements affinity / stabilityMisko Hevery
2011-09-26feat(docs): use html5 history api for all routing in the docs appVojta Jina
2011-09-16fix(e2e tests): use prop() instead of attr() and quote attributesIgor Minar
2011-09-16fix(ng:options): fix selecting optionsIgor Minar
2011-09-08fix(docs): update docs to reflect new $location and fix e2e testsVojta Jina
2011-09-07fix(ng:options): ng:change should be called after the new val is setIgor Minar
2011-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-30feat(widget): add ng:pluralize as an Angular widgetDi Peng