Skip to content

Instantly share code, notes, and snippets.

View chriscantu's full-sized avatar

Chris chriscantu

  • Procore
  • Austin, TX
View GitHub Profile
@ferentchak
ferentchak / gist:4597415
Created January 22, 2013 19:10
Shows my current idea for dynamically changing the location for my services
<!doctype html>
<html lang="en" ng-app="NinjaPantsLazer">
<head>
<meta charset="utf-8">
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.min.js"></script>
<script src="compiled/MadeOnMyServer.js">
//This script file is created dynamicly on your server yourSpecificUrl
//can be populated from an enviroment varible on your server