Angular module with Bootstrap components written in pure AngularJS by the AngularUI Team
angular .module('angProj') .controller('UserCtrl', ['$scope', '$uibModal', function ($scope, $uibModal) { $scope.results = function (content, completed) { var modalInstance = $uibModal.…
jquery angularjs modal-dialog bootstrap-modal ui.bootstrapI'm using controllerAs syntax to avoid a $scope soup in my controllers, and also using ui.bootstrap to present a …
javascript angularjs twitter-bootstrap bootstrap-modal ui.bootstrapI take everything from the example page. basically there is nothing different, controller and html body is pure copy paste …
angularjs twitter-bootstrap angular-ui-bootstrap ui.bootstrap