ansorensen

Results 5 issues of ansorensen

I have a tour running across multipage 'pages' of an single page angular application. The tour does not resume at the next step, but starts the tour from the beginning:...

bug

I copied the example of the readme, but the chart doesn't appear. I set a breakpoint at the top of the link function and discovered that the link function never...

I entered the output from an Icomoon font, for example: .icon-Play2:before { content: "\e63f"; } And the result was identical to the input. I would have expected: .icon-Play2 { &:before...

I have webfont set up to write Less, with this config: ``` webfont: { icons: { src: 'src/common/font/icons/*.svg', dest: 'src/common/font/output', options: { engine: 'node', descent: 0, normalize: true, stylesheet: 'less',...

Express now now longer comes with bodyParser. Some slight tweaks got it working: 1) run npm install body-parser 2) Require body-parser: bodyParser = require('body-parser'), 3) Change the app.use line: app.use(bodyParser.json());...