Skip to content

abhinavgujjar/wf4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes

This is where I will put all my notes and links for you guys!

Bower - package manager for client libaries. NOT specific to angular, requries nodejs to be installed

npm install bower
bower install angular

ng-inspector - chrome extension for angular debugging.

ng-annotate - tool for min safing your angular javascript files. can be installed using

npm install ng-annotate

requires nodejs

Angular UI modules UI helper modules built for angular can be found here

Plunks

Bootstrap

Grid Layout

12 columns can be infinitely sub-divided

  • xs : mobile phones and tablets in potrait
  • sm : tablets in landscape
  • md : Regular screens
  • lg : Large screens

Questions

  • Can you have multiple controllers on the same element?

    Ans : No.

  • How do you access the child scope from parent scope

    Ans: you don't. more on this later...

  • How to remove the # form the URL

    Ans : HTML 5 style routes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published