0.1.9 • Published 8 years ago
angular-heremaps v0.1.9
angular-heremaps
Live demo https://dverbovyi.github.io/angular-heremaps/
AngularJS directive for working with Nokia Here Maps
0.1.9 latest release
Install guide:
npm install angular-heremapsinclude angular-heremaps file
<script src="/node_modules/angular-heremaps/dist/angular-heremaps.min.js" type="text/javascript"></script>add dependency in your angular application
angular.module('exampleModule', ['heremaps'])add config provider:
Before, you should register here and get your app id. Then pass it below
angular.module('exampleModule')
.config(["HereMapsConfigProvider", function(HereMapsConfigProvider) {
HereMapsConfigProvider.setOptions({
'app_id': 'your_app_id_here',
'app_code': 'your_app_code_here',
'useHTTPS': true
});
}]);Simple directive initialization with default options.
<div heremaps></div>See details on wiki pages
Please report, any issue here
To Contribute
Fork and clone the project
git clone https://github.com/{{username}}/angular-heremaps.git
and make pull request
Install dependencies
cd angular-heremaps
npm iStart dev-server
gulp serveBuild resources
gulp build
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.16
9 years ago
0.0.15
9 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago