SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

feat(info): add `angularVersion` info to each module

You can now check what version of AngularJS a core module is designed for:

```
var angularVersion = $injector.modules['myModule'].info().angularVersion;
```
P
Peter Bacon Darwin committed
1e582e4fa486f340150bba95927f1b26d9142de2
Parent: 7421235