1. 08 Apr, 2015 1 commit
    • Randall Leeds's avatar
      Add Google Analytics to single-page application · 46db762f
      Randall Leeds authored
      A `$rootScope.$apply` is removed from the `on` method of the iframe-
      side cross-frame code. This code was incorrect because the registration
      of a handler does not require a digest cycle. This was seemingly
      innocuous before, but adding the analytics module changed the order
      of injection resolution such that it caused a problem wherein a digest
      cycle happens before angular has even finished compiling the DOM and
      processing ng-template scripts. The result was that route templates
      were not being read from the template cache and 404s resulted on
      stream navigation and auth pages.
      46db762f
  2. 03 Apr, 2015 3 commits
  3. 02 Apr, 2015 18 commits
  4. 01 Apr, 2015 3 commits
  5. 31 Mar, 2015 2 commits
  6. 30 Mar, 2015 5 commits
  7. 27 Mar, 2015 8 commits