This repository was archived by the owner on Sep 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- < script src ="http://cdn.leafletjs.com/leaflet-0.7.1 /leaflet.js "> </ script >
3
- < script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.6 /angular.min.js "> </ script >
4
- < script src ="/js/angular -leaflet-directive .min.js "> </ script >
2
+ < script src ="http://cdn.leafletjs.com/leaflet-0.7.5 /leaflet.js "> </ script >
3
+ < script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.8 /angular.min.js "> </ script >
4
+ < script src ="/js/ui -leaflet.min.js "> </ script >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h3>Building, testing and developing</h3>
13
13
< p > < strong > Coding style:</ strong >
14
14
< ul >
15
15
< li > We use
16
- < a href ="https://raw.github .com/tombatossals/ angular-leaflet-directive /master/.editorconfig "> this .editorconfig file</ a >
16
+ < a href ="https://raw.githubusercontent .com/angular-ui/ui-leaflet /master/.editorconfig "> this .editorconfig file</ a >
17
17
to define our coding style between IDE's. You can find more info about this on
18
18
< a href ="http://editorconfig.org/ "> http://editorconfig.org</ a > .
19
19
</ li >
@@ -24,9 +24,9 @@ <h3>Building, testing and developing</h3>
24
24
</ p >
25
25
< p > < strong > Grunt:</ strong > We use < a href ="http://gruntjs.com/ "> Grunt</ a >
26
26
as a tool to automate building, linting, testing and minifying the code. You can see the development utilities used on the
27
- < a href ="https://github.com/tombatossals/ angular-leaflet-directive /blob/master/package.json "> package.json</ a >
27
+ < a href ="https://github.com/angular-ui/ui-leaflet /blob/master/package.json "> package.json</ a >
28
28
file, and the grunt tasks on the
29
- < a href ="https://raw.github.com/tombatossals/ angular-leaflet-directive /master/Gruntfile.js "> Gruntfile.js file</ a > .
29
+ < a href ="https://raw.github.com/angular-ui/ui-leaflet /master/Gruntfile.js "> Gruntfile.js file</ a > .
30
30
Before we can use Grunt, we must install the required packages via npm, let's see an example of how to install the project dependencies.
31
31
First, make sure you have npm and grunt-cli installed globally. See how to install the Grunt tools below.
32
32
</ p >
You can’t perform that action at this time.
0 commit comments