Skip to content

Commit

Permalink
Merge pull request #103 from adyNabeelMadain/master
Browse files Browse the repository at this point in the history
Contact Us: Link To Web Content No Way to Get Back to App (Layout 2)
  • Loading branch information
DanielHindi authored Jun 13, 2017
2 parents 0da33d3 + 69a937d commit 76cb8d5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
48 changes: 25 additions & 23 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"author":"BuildFire"
,"pluginName":"Contact Us"
,"pluginDescription":"The Contact Us plugin enables you to provide important contact information to your users such as hours of operation, instant directions, phone number, email, social links, and more."
,"supportEmail":"[email protected]"
,"supportSite":"http://support.appdocumentation.com/knowledge-base/contact-us-plugin/"
,"pluginIcon":"icon.png"
,"offlineModeEnabled": true
,"licenseKey": "a4sd6-as654asd6as545a65s4d6a-65asd564a"
,"control":{
"content":{
"enabled":true
"author": "BuildFire",
"pluginName": "Contact Us",
"pluginDescription": "The Contact Us plugin enables you to provide important contact information to your users such as hours of operation, instant directions, phone number, email, social links, and more.",
"supportEmail": "[email protected]",
"supportSite": "http://support.appdocumentation.com/knowledge-base/contact-us-plugin/",
"pluginIcon": "icon.png",
"offlineModeEnabled": true,
"licenseKey": "a4sd6-as654asd6as545a65s4d6a-65asd564a",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": false
}
, "design":{
"enabled":true
}
, "settings":{
"enabled":false
}
}
,"widget":{

},
"features" : [],
"languages" : ["en"]
}
"widget": {
"enabled": true
},
"features": [],
"languages": [
"en"
]
}
2 changes: 1 addition & 1 deletion widget/templates/Layout_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
ng-style="WidgetHome.data.content.carouselImages.length > 0 ? {'min-height': 70 + 'px' } : {}">
<div class="plugin-slide item"
data-ng-repeat="image in WidgetHome.data.content.carouselImages | filter:isDefined">
<a href="{{image.url}}" data-ng-if="image.url"
<a href="javascript:void(0);" data-ng-if="image.action!='noAction'" ng-click="WidgetHome.executeOperation(image)"
target="{{image.openIn}}"><img load-image
data-final-src="{{image.iconUrl}}" crop-width="140" crop-height="100" crop-type="crop" ></a>
<img data-ng-if="!image.url" load-image
Expand Down

0 comments on commit 76cb8d5

Please sign in to comment.