Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Last active August 29, 2015 14:26
Show Gist options
  • Save taleeb35/73511c375562078e71c7 to your computer and use it in GitHub Desktop.
Save taleeb35/73511c375562078e71c7 to your computer and use it in GitHub Desktop.
var app=angular.module('starter', ['ionic', 'ui.router']);
app.controller('linksCtrl', function ($scope,$http) {
$http.get("papers.com.pk/API/api/json_files/03-08-2015.json")
.success(function (response) {
$scope.ads = response;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment