|
1 | 1 |
|
2 | 2 | # angular-google-maps |
3 | | - |
4 | 3 | > AngularJS directives for Google Maps |
5 | | -
|
6 | | -For Pull Requests please see branching scheme below! Realize that PRS to master are for 2.2.X only. |
7 | | -If you want it rolled into a 2.0.X, 2.1.X release PR to **2.0.X** or **2.1.X**. |
8 | | - |
9 | 4 | [](https://david-dm.org/angular-ui/angular-google-maps) |
10 | 5 | [](https://david-dm.org/angular-ui/angular-google-maps) |
11 | 6 |
|
12 | | -Master (2.1.X): [](https://travis-ci.org/angular-ui/angular-google-maps) |
13 | | -2.2.X: [](https://travis-ci.org/angular-ui/angular-google-maps) |
14 | | -2.1.X: [](https://travis-ci.org/angular-ui/angular-google-maps) |
15 | | -2.0.X: [](https://travis-ci.org/angular-ui/angular-google-maps) |
| 7 | +Builds: |
| 8 | +- Master (2.2.X): [](https://travis-ci.org/angular-ui/angular-google-maps) |
| 9 | + |
| 10 | +- 2.2.X: [](https://travis-ci.org/angular-ui/angular-google-maps) |
| 11 | + |
| 12 | +- 2.1.X: [](https://travis-ci.org/angular-ui/angular-google-maps) |
| 13 | + |
| 14 | +- 2.0.X: [](https://travis-ci.org/angular-ui/angular-google-maps) |
16 | 15 |
|
17 | 16 | task board: [](https://waffle.io/angular-ui/angular-google-maps) |
18 | 17 |
|
19 | 18 | [](https://gitter.im/angular-ui/angular-google-maps) |
20 | 19 |
|
21 | 20 | <img src="http://benschwarz.github.io/bower-badges/badge@2x.png?pkgname=angular-google-maps" width="130" height="30"> |
22 | 21 |
|
| 22 | +[](https://nodei.co/npm/angular-google-maps/) |
| 23 | + |
23 | 24 | __________________ |
24 | 25 | ## Getting started |
25 | 26 | This is a set of directives and services for AngularJS `~1.0.7+, ^1.2.2+`. |
26 | 27 |
|
27 | 28 | ## Dependencies |
28 | 29 |
|
29 | | -In reality you should always be checking the package.json and bower.json as that is the spoken word. |
| 30 | +Please always be checking the [package.json](./package.json) and [bower.json](./bower.json). They are the spoken word and will usually be more up to date **than this readme**. |
| 31 | + |
| 32 | +**Tip** *use some library which will always pull in your dependencies (no matter what the changes are) to your vendor.js. IE: [main-bower-files](https://github.com/ck86/main-bower-files)* |
30 | 33 |
|
31 | 34 | Current Dependencies: |
32 | 35 | - [lodash](lodash.com) |
@@ -90,8 +93,15 @@ branch and issuing a PR with the updated documentation page, or by opening an is |
90 | 93 |
|
91 | 94 | PR's should follow [angular git commit conventions](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit). |
92 | 95 |
|
| 96 | + |
93 | 97 | ### Branching Scheme |
94 | 98 |
|
| 99 | +PRS to master are for 2.2.X only. |
| 100 | + |
| 101 | +If you want it rolled into a older release then target your PR to that respective branching name like 2.1.X. |
| 102 | + |
| 103 | +*Note: many fixes relevant to 2.0.X can be rolled up into 2.1.X, and 2.2.X* |
| 104 | + |
95 | 105 | - master: points to the active targeted next release branch (2.2.X) |
96 | 106 | - 2.2.X: latest of 2.2.X *side note: 2.2.X is basically the same as 2.1.X except the logging dependency has been added* |
97 | 107 | - 2.1.X: latest of 2.1.X |
|
0 commit comments