niisar
2/8/2016 - 2:24 PM

AngularJSAuthentication.WEB

AngularJSAuthentication.WEB

define(['app'], function (app) {
    app.controller("homeCtrl", function ($scope, $localStorage) {
        $scope.k2 = "i am home";
    });
})