shidhincr / LookAround

AngularJS Learning Playground ( with Twitter bootstrap, Google maps API, TDD using Karma runner )
MIT License
174 stars 149 forks source link

Implement Material Design #4

Open shidhincr opened 10 years ago

shidhincr commented 10 years ago

Use https://material.angularjs.org/#/

manojdhiman commented 10 years ago

@shidhincr i am trying to learn this app . It is beautifull app . but when i am running this on my localhost it is providing me an error that the google api key is not the valid key . i have chaged the key in the file where you include the google api link i.e in index.html

can you please tell me what is the reason behiend the error ??

sahilbhatia commented 8 years ago

Hi @shidhincr

I liked you app, have cloned it and am planning to implement Material UI in it.

While going through the code, I realized it's using an older version of Angular JS (v1.0.7). Material UI requires Angular JS 1.4.7 or above (https://github.com/angular/material/blob/master/package.json#L14). So, will need to upgrade that as well.

shidhincr commented 8 years ago

@sahilbhatia I would like to upgrade to latest version of Angular.

PRs are welcome.. 😊