CoreUI-AngularJS
CoreUI-AngularJS copied to clipboard
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
to get dependies copies
I'm unable to make http calls Here's my code: testCtrl.$inject = ['$scope', '$http']; function testCtrl($scope, $http) { $scope.loadPeople = function($http) { return $http.get('https://randomuser.me/api/?results=10') .then(success); function success(response) { return response.data; console.log(response.data);...
Hi there, I have bought a pro-version and have received a license key. What do I need to do to use the PRO components like dataTables, etc.? is there no...
i wanted to run this template without browser sync
Hi!, How can I activate the alert plugin in order to get dismissable alerts? http://coreui.io/docs/components/bootstrap-alerts/#dismissing Thanks in advance Nomar