We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.9/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.9/angular-route.min.js"></script>
(From http://stackoverflow.com/questions/18287482/angularjs-1-2-injectormodulerr)
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
Thanks!
The text was updated successfully, but these errors were encountered: