X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-demo.git;a=blobdiff_plain;f=afb-client%2Fbower_components%2Ffoundation-apps%2Fdist%2Fjs%2Ffoundation-apps-templates.js;fp=afb-client%2Fbower_components%2Ffoundation-apps%2Fdist%2Fjs%2Ffoundation-apps-templates.js;h=02257733435003a19c855d885bd5d2489cbefdc1;hp=0000000000000000000000000000000000000000;hb=5b1e6cc132f44262a873fa8296a2a3e1017b0278;hpb=f7d2f9ac4168ee5064580c666d508667a73cefc0 diff --git a/afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.js b/afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.js new file mode 100644 index 0000000..0225773 --- /dev/null +++ b/afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.js @@ -0,0 +1,170 @@ +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/accordion/accordion-item.html', + '
\n' + + '
{{ title }}
\n' + + '
\n' + + '
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/accordion/accordion.html', + '
\n' + + '
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/actionsheet/actionsheet-button.html', + '
\n' + + ' {{ title }}\n' + + '
\n' + + '
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/actionsheet/actionsheet-content.html', + '\n' + + ' \n' + + ' \n' + + '\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/actionsheet/actionsheet.html', + '
\n' + + '
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/modal/modal.html', + '\n' + + ' \n' + + ' \n' + + '\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/notification/notification-set.html', + '
\n' + + ' {{ notification.content }}\n' + + '
'); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/notification/notification-static.html', + '
\n' + + ' ×\n' + + '
\n' + + ' \n' + + '
\n' + + '
\n' + + '

{{ title }}

\n' + + '

\n' + + '
\n' + + '
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/notification/notification.html', + '
\n' + + ' ×\n' + + '
\n' + + ' \n' + + '
\n' + + '
\n' + + '

{{ title }}

\n' + + '

\n' + + '
\n' + + '
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/offcanvas/offcanvas.html', + '\n' + + '\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/panel/panel.html', + '\n' + + '\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/popup/popup.html', + '\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/tabs/tab-content.html', + '
\n' + + '
\n' + + '
\n' + + '
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/tabs/tab.html', + '
{{ title }}
\n' + + ''); +}]); + +angular.module('foundation').run(['$templateCache', function($templateCache) { + $templateCache.put('components/tabs/tabs.html', + '
\n' + + '
\n' + + '
\n' + + '
\n' + + '
\n' + + '
\n' + + ''); +}]);