2015-04-28 23:08:33 +00:00
|
|
|
{
|
|
|
|
"extensions": {
|
2015-05-22 04:25:50 +00:00
|
|
|
"templates": [
|
|
|
|
{
|
|
|
|
"key": "info-table",
|
|
|
|
"templateUrl": "info-table.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "info-bubble",
|
|
|
|
"templateUrl": "info-bubble.html"
|
|
|
|
}
|
|
|
|
],
|
2015-05-11 17:02:37 +00:00
|
|
|
"containers": [
|
|
|
|
{
|
|
|
|
"key": "bubble",
|
|
|
|
"templateUrl": "bubble.html",
|
|
|
|
"attributes": [ "bubbleTitle", "bubbleLayout" ],
|
|
|
|
"alias": "bubble"
|
|
|
|
}
|
2015-05-22 19:03:58 +00:00
|
|
|
],
|
|
|
|
"gestures": [
|
|
|
|
{
|
|
|
|
"key": "info",
|
|
|
|
"implementation": "gestures/InfoGesture.js",
|
2015-05-22 19:28:58 +00:00
|
|
|
"depends": [
|
|
|
|
"$timeout",
|
|
|
|
"infoService",
|
|
|
|
"INFO_HOVER_DELAY"
|
|
|
|
]
|
2015-05-22 19:03:58 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"key": "infoService",
|
|
|
|
"implementation": "services/InfoService.js",
|
|
|
|
"depends": [
|
|
|
|
"$compile",
|
|
|
|
"$document",
|
|
|
|
"$window",
|
|
|
|
"$rootScope"
|
|
|
|
]
|
|
|
|
}
|
2015-05-22 19:28:58 +00:00
|
|
|
],
|
|
|
|
"constants": [
|
|
|
|
{
|
|
|
|
"key": "INFO_HOVER_DELAY",
|
|
|
|
"value": 500
|
|
|
|
}
|
2015-04-28 23:08:33 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|