UNPKG

angular-bootstrap-checkbox

Version:

A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design

29 lines (27 loc) 643 B
// Karma configuration // Generated on Wed May 21 2014 09:55:50 GMT+0200 (CEST) module.exports = function(config) { config.set({ basePath : '', frameworks : ["ng-scenario"], files : [ "angular-bootstrap-checkbox.js", "app.js", "test.js", "index.html" ], exclude : [], preprocessors: {}, reporters : ['progress'], port : 8001, colors : true, logLevel : config.LOG_INFO, autoWatch : true, // browsers : ["PhantomJS", "Chrome", "Firefox", "Opera"], browsers : ["Chrome"], singleRun : false, proxies : { "/": "http://localhost:8000/" } }); };