Skip to content

Instantly share code, notes, and snippets.

@niisar
Created February 8, 2016 14:24
Show Gist options
  • Select an option

  • Save niisar/a81cfea057f03135df47 to your computer and use it in GitHub Desktop.

Select an option

Save niisar/a81cfea057f03135df47 to your computer and use it in GitHub Desktop.
AngularJSAuthentication.WEB
define(['app'], function (app) {
app.controller("homeCtrl", function ($scope, $localStorage) {
$scope.k2 = "i am home";
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment