Continuing the discussion from AngularJS adding Dependency issue:
The link of github you provided, this is deprecated I just check.
You can follow:
And another thing is that in app.js, I think you have to use like:
var app = angular.module(‘app’, [‘ui.slider’, …]);
You can try by that.
Is There any other way?