Tagged in

Angularjs

Código Banana: El blog de Platanus
Código Banana: El blog de Platanus
Sobre desarrollo y emprendimiento desde nuestra experiencia en Platanus. https://platan.us
More information
Followers
412
Elsewhere
More, on Medium

Usando push notifications con Ionic

Utilizando ngCordova junto con el plugin $cordovaPush tenemos mucho trabajo hecho para utilizar notificaciones Push de Google y Apple. Pero igual hay cierto trabajo que queda hacerlo en nuestras apps.


Using restmod with ui-router

Here at Platan.us we love ui-router, it makes a great backbone for most angular applications.

One of the ui-router core features is resolve, resolve is an optional map of dependencies which should be injected into the controller. If any of these…


Using grunt and angular with pushstate support

One of the neat things about angularjs routes system is the ability to use the html5 pushstate apis to remove the hash (#) from the url when creating a single page sites.