Lately I prefer installing Angular via NPM as this it seems to be the recommended way (instead of using the bower repo).
15 lines
202 B
JSON
15 lines
202 B
JSON
{
|
|
"format": "global",
|
|
"jspmNodeConversion": false,
|
|
"main": "angular",
|
|
"files": [
|
|
"angular.js",
|
|
"package.json"
|
|
],
|
|
"meta": {
|
|
"angular.js": {
|
|
"exports": "angular"
|
|
}
|
|
}
|
|
}
|