Skip to content

Instantly share code, notes, and snippets.

@ril3y
Created February 14, 2015 16:47
Show Gist options
  • Save ril3y/aaa14316eb24abd7bc23 to your computer and use it in GitHub Desktop.
Save ril3y/aaa14316eb24abd7bc23 to your computer and use it in GitHub Desktop.
var tgSettings = angular.module('tgSettings', []);
tgSettings.controller('settingsController', function($scope, $http){
$scope.axis = "X";
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment