Skip to content

Instantly share code, notes, and snippets.

@nurfarazi
Created November 10, 2015 04:25
Show Gist options
  • Save nurfarazi/cb6309f87ee90d7618ce to your computer and use it in GitHub Desktop.
Save nurfarazi/cb6309f87ee90d7618ce to your computer and use it in GitHub Desktop.
var app = angular.module('app', []);
app.controller('controler', function ($scope, $http) {
$scope.ok = "testing";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment