Getting Angular UI to work
问题 I've just installed Angular UI and I'm having trouble to make it work. Here are the stepts I followed: index.html (Angular v1.0.1, AngularUI v0.2.1) <script src="scripts/vendor/angular.js"></script> <script src="scripts/vendor/jquery-1.7.2.js"></script> <script src="scripts/vendor/jquery-ui-1.8.18.js"></script> <script src="scripts/vendor/bootstrap.js"></script> <script src="scripts/vendor/angular-ui.js"></script> app.js var publicApp = angular.module('publicApp', ['ngResource', 'ui']) my