Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit ab1f5de

Browse files
committed
Merge remote-tracking branch 'origin/master' into ricinoMaster
2 parents 0e1378a + 915b702 commit ab1f5de

37 files changed

+29630
-99
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ _SpecRunner.html
1414
/spec/coverage
1515
*.iml
1616
/bower_components
17-
/curl_components
1817
.tmp
1918
/app
2019
/dist/coverage/

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name"2.3.4"></a>
2+
### 2.3.4 (2016-08-15)
3+
4+
5+
#### Bug Fixes
6+
7+
* **build:** webpack-dev-server is a peer dependency of grunt-webpack ([e7631d28](https://github.com/angular-ui/angular-google-maps/commit/e7631d28))
8+
* **map-loader:** change includeScript to place maps api script tag to head element instead of bod ([8d6ed161](https://github.com/angular-ui/angular-google-maps/commit/8d6ed161))
9+
10+
11+
<a name"2.3.3"></a>
12+
### 2.3.3 (2016-05-13)
13+
14+
115
<a name"2.3.2"></a>
216
### 2.3.2 (2016-02-11)
317

Gruntfile.coffee

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = (grunt) ->
2222
'grunt-replace'
2323
'grunt-subgrunt'
2424
'grunt-debug-task'
25-
'grunt-curl'
2625
'grunt-verbosity'
2726
'grunt-webpack'
2827
'grunt-angular-architecture-graph'
@@ -51,9 +50,7 @@ module.exports = (grunt) ->
5150
options.open = _.extend options.open, allExamplesOpen
5251
grunt.initConfig options
5352

54-
grunt.registerTask 'bowerCurl', ['bower', 'curl']
55-
56-
grunt.registerTask 'build', ['bowerCurl', 'clean:dist', 'jshint', 'mkdir', 'coffee', 'ngAnnotate',
53+
grunt.registerTask 'build', ['bower', 'clean:dist', 'jshint', 'mkdir', 'coffee', 'ngAnnotate',
5754
'concat:libs', 'replace', 'webpack']
5855

5956
grunt.registerTask 'buildDist', ['build', 'concat:dist']

ISSUE_TEMPLATE.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Thank you for contributing!
3+
4+
Think you found a bug?
5+
======================
6+
The best bug report is a failing test in the repository as a pull request. Otherwise, please use the "BUG REPORT" template below.
7+
8+
Have a feature request?
9+
=======================
10+
Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
11+
-->
12+
13+
<!-- BUG TEMPLATE -->
14+
Thanks to the guys of [React-Router](https://github.com/reactjs/react-router/), for [standardizing the way on how to report bugs](https://github.com/reactjs/react-router/blob/master/ISSUE_TEMPLATE.md)
15+
16+
[An issue example](https://github.com/reactjs/react-router/issues/3480)
17+
18+
## Version
19+
2.3.3
20+
21+
## Test Case
22+
[http://jsbin.com/hicebe/edit?html,css,js,output](http://jsbin.com/hicebe/edit?html,css,js,output)
23+
24+
[Direct output here](http://output.jsbin.com/hicebe/)
25+
26+
## Steps to reproduce
27+
28+
## Expected Behavior
29+
30+
## Actual Behavior

README.markdown README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Project No longer actively maintained
2+
3+
With angular 2 and other competing projects we have decided to announce that this project is no longer activley maintained. If someone desires to take over the project please contact any of the admins.
4+
5+
As a warning this project is not activley watched by the admins and is checked here and there to fix any major issues. Therefore if something is **major**, contact someone directly via mentioning a users name/alias (will notify the user/admin).
6+
7+
Alternatives:
8+
9+
- [angularjs-google-maps](https://github.com/allenhwkim/angularjs-google-maps)
10+
- [angular2-google-maps](https://github.com/SebastianM/angular2-google-maps)
111

212
# angular-google-maps
313
> AngularJS directives for Google Maps
@@ -51,6 +61,12 @@ npm install && bower install
5161
meteor add angularui:angular-google-maps
5262
```
5363

64+
* Installing for [Meteor 1.3+](https://www.meteor.com/) application:
65+
66+
```shell
67+
meteor npm install --save angular-google-maps
68+
```
69+
5470
### Building
5571
To build the library after you made changes, simply run grunt:
5672

@@ -78,7 +94,7 @@ grunt example
7894
and open your browser on `http://localhost:3000/example.html`.
7995

8096
### Documentation
81-
The various directives are documented at [official site](http://angular-google-maps.org).
97+
The various directives are documented at [official site](http://angular-ui.github.io/angular-google-maps).
8298

8399
### Contributing
84100

bower.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "angular-google-maps",
3-
"version": "2.3.2",
3+
"version": "2.3.4",
4+
"license": "MIT",
45
"main": "./dist/angular-google-maps.js",
56
"dependencies": {
67
"angular": "1.2 - 1.5",
78
"angular-simple-logger": ">=0.0.1",
8-
"lodash": "3.X - 4.X"
9+
"lodash": "3.X - 4.X",
10+
"markerclustererplus": "^2.1.4",
11+
"google-maps-utility-library-v3-markerwithlabel": "git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git",
12+
"google-maps-utility-library-v3-infobox": "^1.1.14",
13+
"google-maps-utility-library-v3-keydragzoom": "^2.0.9",
14+
"js-rich-marker": "*"
915
},
1016
"ignore": [
1117
"*.json",

0 commit comments

Comments
 (0)