/app.module.js (44c9dc6f41c8a7a2473c371ce753266f57493ab1) (129 bytes) (mode 100644) (type blob)

var app = angular.module("Bluestone", []);
app.controller("MainController", function($scope){
    $scope.title = "Bluestone";
});

Mode Type Size Ref File
100644 blob 129 44c9dc6f41c8a7a2473c371ce753266f57493ab1 app.module.js
040000 tree - 75bc1a97b5b373b704ccaba14d7d9bd3f185dfe6 assets
100644 blob 929 34ff918acf5deae871351349cfb54f31d8166643 index.html
040000 tree - 83d9c2c92a0f1be244c80566594c2a67598a9d87 src
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/amar.c.kadam/bluestone_websuite

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/amar.c.kadam/bluestone_websuite

Clone this repository using git:
git clone git://git.rocketgit.com/user/amar.c.kadam/bluestone_websuite

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main