Artjom Zabelin

Results 43 comments of Artjom Zabelin

@brandly navigation works. However the scopes inside my controllers seem to be lost when navigating. Instead of data I get just {{ data }} in my views.

@brandly nevermind works now, it was an android specific problem :yum:

There is actually a package for this problem: https://github.com/AnderssonPeter/Hangfire.Console.Extensions

:+1: as I get ``` src/common/config.js 1 |"use strict"; ^ Use the function form of "use strict". 3 | angular.module('rest_config', []) ^ 'angular' is not defined. ```

@mlegenhausen `Running "jshint:src" (jshint) task`

@mlegenhausen nope, just this: ``` options: { space: ' ', wrap: '"use strict";\n\n {%= __ngModule %}', name: 'rest_config' } ```