Skip to content

Instantly share code, notes, and snippets.

View ramanan12345's full-sized avatar

Venkata ramanan ramanan12345

  • Insurance
  • Bangalore india
View GitHub Profile
@ramanan12345
ramanan12345 / Angular-Material-Complex-Dialog.markdown
Created March 20, 2015 19:39
Angular Material Complex Dialog
@ramanan12345
ramanan12345 / AngularJS-Dialog-Service,-with-i18n.markdown
Created March 20, 2015 21:07
AngularJS Dialog Service, with i18n

AngularJS Dialog Service, with i18n

Demonstration of a dialog service using AngularJS, Bootstrap, Angular-UI-Bootstrap and Angular-Translate. Shows off Angular-Dialogs-Service version 4.2.0.

A Pen by Michael E Conroy on CodePen.

License.

@ramanan12345
ramanan12345 / A-quick-experiment-with-AngularJS-2-way-data-binding..markdown
Created March 20, 2015 21:13
A quick experiment with AngularJS 2-way data binding.

A quick experiment with AngularJS 2-way data binding.

There was an assumption that since native javaScript uses pass by reference on objects, that Angular would as well. This is not true. Angular actually uses something called watchers. This codepen was an experiment to see how to work with bound data shared by multiple controllers.

A Pen by Adam Plante on CodePen.

License.

Angular.js - Web Form

An example of a web form with validation using Angular.js - ver. 1.3 being used here for ng-model-options=""

A Pen by Joe Watkins on CodePen.

License.

@ramanan12345
ramanan12345 / Instagram-images-using-AngularJS.markdown
Created March 20, 2015 21:28
Instagram images using AngularJS

Instagram images using AngularJS

Need to fetch Instgram images for your AngularJS Bootstrap website? AngularJS makes easy to fetch the images, bootstrap makes et easy to layout - so here you go, a simple pen to use a API using your favourite building blocks

A Pen by Sten Hougaard on CodePen.

License.

@ramanan12345
ramanan12345 / [AngularJS]-HTML5-Autocomplete.markdown
Created March 20, 2015 21:30
[AngularJS] HTML5 Autocomplete

[AngularJS] HTML5 Autocomplete

Through the element, we can provide a simple "native" autocomplete for modern browsers; when the the tag is not supported, a simple fallback with the tag will showcase. A Pen by jjperezaguinaga on CodePen. License.