├── LICENSE ├── README.md ├── index.html ├── lib ├── angular.js └── es5-shim.js └── stop-watch-app ├── index.html └── stop-watch-app.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhsanAyaz/angular-elements-demos/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhsanAyaz/angular-elements-demos/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhsanAyaz/angular-elements-demos/HEAD/index.html -------------------------------------------------------------------------------- /lib/angular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhsanAyaz/angular-elements-demos/HEAD/lib/angular.js -------------------------------------------------------------------------------- /lib/es5-shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhsanAyaz/angular-elements-demos/HEAD/lib/es5-shim.js -------------------------------------------------------------------------------- /stop-watch-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhsanAyaz/angular-elements-demos/HEAD/stop-watch-app/index.html -------------------------------------------------------------------------------- /stop-watch-app/stop-watch-app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhsanAyaz/angular-elements-demos/HEAD/stop-watch-app/stop-watch-app.js --------------------------------------------------------------------------------