aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap
AgeCommit message (Collapse)Author
2013-06-10chore(docs): fix memory leak in example embed codeIgor Minar
we need to sever the link between the main root scope and the example root scope - this is only needed because we are embedding one app in the other.
2013-04-29feat(ngdocs): support for HTML table generation from docs codeMatias Niemelä
2013-01-24fix(docs): properly generate angular.js urls in doc examplesIgor Minar
2012-12-05chore(bootstrap-prettify): update urls to code.angularjs.orgIgor Minar
Closes #1599
2012-09-11fix(*): name all anonymous watch functions in AngularShyam Seshadri
This will allow us to see function names in Batarang and debugger. Closes #1119
2012-06-12fix($defer): remove deprecated $defer serviceIgor Minar
2012-06-02feat($location): add $locatonChange[begin|completed] eventMisko Hevery
This allows location change cancelation
2012-05-07bug(ie8 docs): docs now work on ie8Misko Hevery
2012-05-04chore(docs): re-skin main documentationMisko Hevery
2012-05-04feat(bootstrap): support code prettify and dropdown from bootstrapMisko Hevery