UNPKG

kitchenmate-add-to-home-screen

Version:

An AngularJS directive to display an "add to homescreen" dialog for iOS 7 and iOS 6

12 lines (11 loc) 263 B
/** * angularAddToHomescreen Module * * Description */ angular.module('angularAddToHomeScreen', []) .constant('aathsLocales', { 'en': { 'iOS': 'Install this web app on your %device: tap %icon and then <strong>Add to Home Screen</strong>.' } });