Craig C.
Craig C.
Getting this error when logging out. Followed the Pluralsight AngularFire lessons, but updated to AngularFire 2.0.1 and Firebase 3.0.3. logout component ``` javascript 'use strict'; angular.module('fireApp').component('logout', { controller: function(auth, $location){...
### Question I am trying to animate simple elements on keypress but it isn't working. `http://localhost:3000/?immediate=true&slide=4&slideElement=-1` The slideElement is at -1, and on pressing different keys, it doesn't increment. I...
The Enter key does not register with a commandPassThrough handler. I need access to the second and third args - (cmd, printLine, runCommand) - in certain situations when I push...