-
-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Description
I am using
Angular 1.3.13
Webpack 1
Node 6.2.1
Steps to reproduce
- Install slider using bower
bower install --save angularjs-sliderand installed
"angularjs-slider": "^6.4.0" - Include bower dependency as
require('bower_components/angularjs-slider/dist/rzslider.min.css');
require('bower_components/angularjs-slider/src/rzslider.js');
- Include 'rzModule' into angular module dependancy as
angular.module('myApp', [
'ngMessages',
'ngAnimate',
'ui.router',
'angularFileUpload',
'textAngular',
'ui.bootstrap',
'rzModule'
])
Demo: http://jsfiddle.net/cwhgLcjv/ (fork this example and update the link)
Expected behaviour
It should load angular-slider dependancy
Actual behaviour
Getting "angular.module is not a function" error while initializing it. Attaching screenshots
Metadata
Metadata
Assignees
Labels
No labels

