directory-backbone-bootstrap-require icon indicating copy to clipboard operation
directory-backbone-bootstrap-require copied to clipboard

Results 6 directory-backbone-bootstrap-require issues
Sort by recently updated
recently updated
newest added

There are some error on loading assets ..... [19/Nov/2014 23:47:42] "GET /favicon.ico HTTP/1.1" 404 - [19/Nov/2014 23:47:42] "GET /js/app.js HTTP/1.1" 200 - [19/Nov/2014 23:47:42] "GET /js/app/views/Shell.js HTTP/1.1" 404 - [19/Nov/2014...

Any reason as to why i would get this error?

Hi! FOA let me thank you for that work. I would suggest moving **js/tpl** dir into **/** (root) dir and **/bootstrap** into **js/lib** dir, just for the sake of semantics,...

The .filter() method on the employees array in this block causes an error in IE 8: results = employees.filter(function (element) { return managerId === element.managerId; }); It works fine in...

In router.js: ``` ShellView = require('app/views/Shell'), HomeView = require('app/views/Home'), ``` should be: ``` ShellView = require('app/views/shell'), HomeView = require('app/views/home'), ``` and in app/views/shell.js: ``` EmployeeListView = require('app/views/EmployeeList'), ``` should be:...