Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- quoteoftheday.controller('quoteCtrl', function($scope, $http) {
- $http.get('js/quote.json').
- success(function(data) {
- $scope.quote = data;
- }).
- error(function(err) {
- console.log(err);
- });
- })
Advertisement
Add Comment
Please, Sign In to add comment