Skip to content

Instantly share code, notes, and snippets.

View SarasaGunawardhana's full-sized avatar
🎯
Focusing

Sarasa Gunawardhana SarasaGunawardhana

🎯
Focusing
View GitHub Profile
@SarasaGunawardhana
SarasaGunawardhana / movieapp.txt
Created June 21, 2017 23:34
MEAN STACK DEVELOPMENT
01.File Hierarchy
1.fileHieracy
Angular Js Part
1. Angular Module - angularModule.js
'use strict';
const app = angular.module("movieTicketOnline", ["ngRoute"]);
2. Angular Controller - controller.js