alan kaiser

Results 3 issues of alan kaiser

To update this example for angular.js 1.2+, you need angular.module("exampleApp", ["ngRoute","ssAngular"]).config(["authProvider", "$routeProvider", "$locationProvider", (authProvider, $routeProvider, $locationProvider) -> and to include the angular route stuff separately, e.g. ``` ``` (From http://stackoverflow.com/questions/18287482/angularjs-1-2-injectormodulerr)...

Hey, nice piece of work... but I just pulled this and it wouldn't compile until I fixed it because some names of directories and files are out of whack src/app/components/label/label.js...

Suppose I have another component that does something that makes me want to re-load the remote dataSource. I should be able to call an action to reload, how do I...