Skip to content

Instantly share code, notes, and snippets.

@xaiwant
Created January 31, 2018 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xaiwant/1d3f5ff510b6749df41c718ebd5b1d7e to your computer and use it in GitHub Desktop.
Save xaiwant/1d3f5ff510b6749df41c718ebd5b1d7e to your computer and use it in GitHub Desktop.
var ControllerName = function($scope) {
$scope.ValueA = "100 INR";
}
Var NewApp.Controller("NewController", function($scope) {
$scope.ValueA = "100 INR";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment