From 3d2fda7dd39e2363682f1fa353c951ab0d44ddfa Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 9 Feb 2016 18:40:49 +0100 Subject: Implemented URL query parsing for initial token /opa/?token=abcde --- .../foundation-apps/dist/js/foundation-apps-templates.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.min.js (limited to 'afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.min.js') diff --git a/afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.min.js b/afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.min.js new file mode 100644 index 0000000..7ab7adb --- /dev/null +++ b/afb-client/bower_components/foundation-apps/dist/js/foundation-apps-templates.min.js @@ -0,0 +1 @@ +angular.module("foundation").run(["$templateCache",function(n){n.put("components/accordion/accordion-item.html",'
\n
{{ title }}
\n
\n
\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/accordion/accordion.html",'
\n
\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/actionsheet/actionsheet-button.html",'
\n {{ title }}\n
\n
\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/actionsheet/actionsheet-content.html",'\n \n \n\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/actionsheet/actionsheet.html",'
\n
\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/modal/modal.html",'\n \n \n\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/notification/notification-set.html",'
\n {{ notification.content }}\n
')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/notification/notification-static.html",'
\n ×\n
\n \n
\n
\n

{{ title }}

\n

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

{{ title }}

\n

\n
\n
\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/offcanvas/offcanvas.html",'\n\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/panel/panel.html",'\n\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/popup/popup.html",'\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/tabs/tab-content.html",'
\n
\n
\n
\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/tabs/tab.html",'
{{ title }}
\n')}]),angular.module("foundation").run(["$templateCache",function(n){n.put("components/tabs/tabs.html",'
\n
\n
\n
\n
\n
\n')}]); \ No newline at end of file -- cgit 1.2.3-korg