Stephen Saucier
Stephen Saucier
Is Face Unlock still unsupported?
@gakimball yes, using `` shows the same error. @circlingthesun Right, that's where I'm guessing `ngHtml2js` is mis-formatting the built-in offcanvas.html, which is this: ``
@circlingthesun Inject into the `run()` function? `function run($templateCache) {` `FastClick.attach(document.body);` `console.log($templateCache.get('components/offcanvas/offcanvas.html'));` `}` This results in `Uncaught Error: [$injector:unpr] Unknown provider: tProvider
Hmm, well I did that here: `config.$inject = ['$urlRouterProvider', '$locationProvider', '$templateCache'];` `function config($urlProvider, $locationProvider, $templateCache) {` `console.log($templateCache.get('components/offcanvas/offcanvas.html'));` `...` `});` and got `Unknown provider: $templateCache`. Is $templateCache built-in or do I...
Ah, I see. Well, that console.log results in `undefined`.
This error is still persisting in the most up-to-date version of Foundation for Apps. The `undefined` console.log message means that the built-in template for zfOffcanvas is not being loaded into...
Seconded -- this would absolutely be useful. As it is, I have to re-implement the 'is new section visible' logic if I want to trigger something on entry or exit...
I'd love to see this as well.
I'll add the reference to templates.js, but I don't see the reason for updating readme.md
Hi Kyle, do you have an instance of this I can take a look at? It may have to do with the part of the script that reloads the page...