Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 354 Bytes

http://docs.angularjs.org/tutorial

NOTES

  1. Customized filters
  2. Customized services
  3. Event handlers

TODO

  1. not able to test if define controller in this way in controller.js

    .controller('PhoneCtrl', ['$scope', function($scope) {

    init controller controller service

    $controller('PhoneCtrl', {$scope: scope});