Christopher Jones

Results 3 issues of Christopher Jones

Given this data: ``` javascript $scope.types = [ { "name": "type1", "default": false }, { "name": "type2", "default": true } ]; ``` This failed: `` I had to revert to:...

The documented config means that the `scssVars.json` file would be included for every loaded SCSS file and always at the start. Is there a way to declare the loader inline...

The 'main' property in bower.json should point to the .js file and not index.html. This allows build tools to reference the file directly (e.g https://github.com/taptapship/wiredep).

Bug