load fabric js in angular application
问题 So i downloaded and installed fabricjs using bower inside of my angular application and i am having trouble loading it up. I have the following on top of my app.js file. Everything else loads fine except fabric angular .module('myApp', [ 'flow', 'fabric', 'ngAnimate', 'ngCookies', 'ngResource', 'ngRoute', 'ngSanitize', 'ngTouch', 'ui.bootstrap', 'ui.router', 'controllers.main', ]) .config( function ($stateProvider, $httpProvider, flowFactoryProvider ) { When i load the page i get the