COMMITS
/ src/loader.js May 3, 2018
O
docs(angular.Module): improved documentation for component method
Oscar Busk committed
January 17, 2018
M
docs(*): clarify module API and dependency injection rules
Martin Staffa committed
October 8, 2016
P
feat(Module): add `info()` method
Peter Bacon Darwin committed
January 24, 2017
P
docs(*): ensure naming is correct for Angular(JS) versions
Peter Bacon Darwin committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
March 30, 2016
R
fix(loader): module.decorator order of operations is now irrelevant
robertmirro committed
April 11, 2016
G
docs(Module): fix parameter names for `.decorator()`
Georgii Dolzhykov committed
January 6, 2016
M
refactor(loader): move component definition code to the `$compileProvider`
Martin Staffa committed
December 30, 2015
K
docs(loader): fix type in `@return` tag for `angular.module()`
Konstantin Ulitin committed
December 18, 2015
S
fix(loader): use `false` as default value for `transclude` in component helper
Sébastien Arod committed
December 20, 2015
M
docs(Module): clarify that component's template(Url) fn is injectable
Martin Staffa committed
December 9, 2015
S
fix(Module): allow passing template/templateUrl in array notation
Shahar Talmi committed
December 11, 2015
G
docs(component): add examples on how to use components with `ngRoute`
Georgios Kalpakas committed
October 13, 2015
S
feat(Module): add helper method, `component(...)` for creating component directives
Shahar Talmi committed
October 6, 2015
R
docs(constant): fix pluralization
Richard Harrington committed
August 11, 2015
C
style(loader): make jscs happy
Caitlin Potter committed
August 10, 2015
F
docs(angular.module): simplify wording+improve grammar
Frank committed
May 7, 2015
V
feat($compile): show module name during multidir error
Vladimir Lugovsky committed
April 3, 2015
M
feat($animate): complete refactor of internal animation code
Matias Niemelä committed
March 23, 2015
P
docs(filters): clarify filter name restrictions
Peter Bacon Darwin committed
March 13, 2015
R
feat(angular.Module): add `decorator` method
rodneyebanks committed
October 15, 2014
K
fix(loader): fix double spaces
Karol Wypchło committed
October 1, 2014
L
docs(*): fix dangling links
Lucas Galfaso committed
August 16, 2014
S
docs(*): use @description instead of @returns for properties
Shahar Talmi committed
June 10, 2014
F
docs(loader): improve explanation of modules
fvanderwielen committed
April 17, 2014
C
fix(injector): invoke config blocks for module after all providers
Caitlin Potter committed
February 15, 2014
E
docs(angular.Module): add link to `module.config()` docs
Edward Brey committed
E
docs(loader): add annotations to example
Edward Brey committed
March 28, 2014
A
style(loader.js): correct JSDoc tags of the params of the function module(name, requires, configFn)
Andreas Krummsdorf committed
March 7, 2014
P
style(jsdoc tags): remove/ammend invalid tags
Peter Bacon Darwin committed
March 2, 2014
O
docs(loader): remove duplicate "the"
Ole Michaelis committed
December 13, 2013
P
docs(loader): change 'MyModule' -> 'myModule'
Paolo Moretti committed
February 21, 2014
P
docs(*): fix anchors for members in api docs
Peter Bacon Darwin committed
February 6, 2014
C
docs(all): convert <pre>/</pre> snippets to GFM snippets
Caitlin Potter committed
P
docs(bike-shed-migration): convert doctype and names
Peter Bacon Darwin committed
P
docs(bike-shed-migration): Add missing module tag
Peter Bacon Darwin committed
November 20, 2013
P
fix(loader): expose `$$minErr` to modules such as`ngResource`
Pete Bacon Darwin committed
November 14, 2013
V
fix(loader): don't rely on internal APIs
Vojta Jina committed
October 22, 2013
V
style: make jshint happy
Vojta Jina committed
October 18, 2013
V
docs: correct broken links
Vojta Jina committed
October 5, 2013
P
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin committed
September 24, 2013
D
docs(angular.Module): fix controller and directive method parameters
David Bennett committed
September 3, 2013
P
docs(guide): fix typo in animation doc
Patrick Drechsler committed
August 19, 2013
S
docs(angular.module): improve docs
Sequoia McDowell committed
June 18, 2013
M
feat(ngAnimate): complete rewrite of animations
Matias Niemelä committed
O
docs(loader): fix typo and minor semantic error
Ore Landau committed
July 11, 2013
I
fix($injector): improve $injector:nomod error message
Igor Minar committed
June 8, 2013
K
chore(minErr): replace ngError with minErr
Ken Sheedlo committed
May 24, 2013
I
feat(ngError): add error message compression and better error messages
Igor Minar committed
March 20, 2013
M
feat(ngAnimate): add support for animation
Misko Hevery committed